mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
issue template first pass (#1015)
This commit is contained in:
51
.github/ISSUE_TEMPLATE/1.bug.md
vendored
Normal file
51
.github/ISSUE_TEMPLATE/1.bug.md
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
---
|
||||
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/facebook/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 |
|
||||
27
.github/ISSUE_TEMPLATE/2.feature.md
vendored
Normal file
27
.github/ISSUE_TEMPLATE/2.feature.md
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
name: Feature request 🎉
|
||||
about: Suggest a new idea for the project.
|
||||
labels: 'status: needs triage'
|
||||
---
|
||||
|
||||
<!-- Provide a general summary of the feature 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] -->
|
||||
|
||||
- [ ] I have searched the [issues](https://github.com/facebook/ent/issues) of this repository and believe that this is not a duplicate.
|
||||
|
||||
## Summary 💡
|
||||
|
||||
<!-- Describe how it should work. -->
|
||||
|
||||
## Motivation 🔦
|
||||
|
||||
<!--
|
||||
What are you trying to accomplish? How has the lack of this feature affected you?
|
||||
Providing context helps us come up with a solution that is most useful in the real world.
|
||||
-->
|
||||
5
.github/ISSUE_TEMPLATE/3.support.md
vendored
Normal file
5
.github/ISSUE_TEMPLATE/3.support.md
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
name: Question
|
||||
about: General support
|
||||
labels: 'status: needs triage'
|
||||
---
|
||||
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
blank_issues_enabled: false # force the usage of a template
|
||||
contact_links:
|
||||
- name: Something Else ❔
|
||||
url: https://gophers.slack.com/archives/C01FMSQDT53
|
||||
about: Come chat to us in the gophers slack
|
||||
Reference in New Issue
Block a user