mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
52 lines
1.1 KiB
Markdown
52 lines
1.1 KiB
Markdown
---
|
|
name: Bug report 🐛
|
|
about: Create a bug report.
|
|
labels: 'status: needs triage'
|
|
---
|
|
|
|
<!-- Provide a general summary of the issue in the Title above -->
|
|
|
|
<!--
|
|
Thank you very much for contributing to Ent by creating an issue! ❤️
|
|
To avoid duplicate issues we ask you to check off the following list.
|
|
-->
|
|
|
|
<!-- Checked checkbox should look like this: [x] -->
|
|
|
|
- [ ] The issue is present in the latest release.
|
|
- [ ] I have searched the [issues](https://github.com/ent/ent/issues) of this repository and believe that this is not a duplicate.
|
|
|
|
## Current Behavior 😯
|
|
|
|
<!-- Describe what happens instead of the expected behavior. -->
|
|
|
|
## Expected Behavior 🤔
|
|
|
|
<!-- Describe what should happen. -->
|
|
|
|
## Steps to Reproduce 🕹
|
|
|
|
<!--
|
|
TODO: reproduction repo
|
|
-->
|
|
|
|
Steps:
|
|
|
|
1.
|
|
2.
|
|
3.
|
|
4.
|
|
|
|
## Your Environment 🌎
|
|
|
|
<!--
|
|
Include as many relevant details about the environment with which you experienced the bug.
|
|
-->
|
|
|
|
| Tech | Version |
|
|
| ----------- | ------- |
|
|
| Go | 1.15.? |
|
|
| Ent | 0.5.? |
|
|
| Database | Mysql |
|
|
| Driver | https://github.com/go-sql-driver/mysql |
|