From 07a5c0fbc5ff6081a7b43e4652b13c65b90812fd Mon Sep 17 00:00:00 2001 From: Ciaran Liedeman <3578740+cliedeman@users.noreply.github.com> Date: Fri, 4 Dec 2020 12:12:07 +0200 Subject: [PATCH] issue template first pass (#1015) --- .github/ISSUE_TEMPLATE/1.bug.md | 51 +++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/2.feature.md | 27 +++++++++++++++ .github/ISSUE_TEMPLATE/3.support.md | 5 +++ .github/ISSUE_TEMPLATE/config.yml | 5 +++ 4 files changed, 88 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/1.bug.md create mode 100644 .github/ISSUE_TEMPLATE/2.feature.md create mode 100644 .github/ISSUE_TEMPLATE/3.support.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/1.bug.md b/.github/ISSUE_TEMPLATE/1.bug.md new file mode 100644 index 000000000..3d9d49008 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1.bug.md @@ -0,0 +1,51 @@ +--- +name: Bug report 🐛 +about: Create a bug report. +labels: 'status: needs triage' +--- + + + + + + + +- [ ] 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 😯 + + + +## Expected Behavior 🤔 + + + +## Steps to Reproduce 🕹 + + + +Steps: + +1. +2. +3. +4. + +## Your Environment 🌎 + + + +| Tech | Version | +| ----------- | ------- | +| Go | 1.15.? | +| Ent | 0.5.? | +| Database | Mysql | +| Driver | https://github.com/go-sql-driver/mysql | \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/2.feature.md b/.github/ISSUE_TEMPLATE/2.feature.md new file mode 100644 index 000000000..b93f2851d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2.feature.md @@ -0,0 +1,27 @@ +--- +name: Feature request 🎉 +about: Suggest a new idea for the project. +labels: 'status: needs triage' +--- + + + + + + + +- [ ] I have searched the [issues](https://github.com/facebook/ent/issues) of this repository and believe that this is not a duplicate. + +## Summary 💡 + + + +## Motivation 🔦 + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/3.support.md b/.github/ISSUE_TEMPLATE/3.support.md new file mode 100644 index 000000000..a5a50645c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3.support.md @@ -0,0 +1,5 @@ +--- +name: Question +about: General support +labels: 'status: needs triage' +--- \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..8c4cb033b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 \ No newline at end of file