issue template first pass (#1015)

This commit is contained in:
Ciaran Liedeman
2020-12-04 12:12:07 +02:00
committed by GitHub
parent 263bc0b08f
commit 07a5c0fbc5
4 changed files with 88 additions and 0 deletions

51
.github/ISSUE_TEMPLATE/1.bug.md vendored Normal file
View 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
View 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
View File

@@ -0,0 +1,5 @@
---
name: Question
about: General support
labels: 'status: needs triage'
---

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View 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