diff --git a/.github/issue_template.md b/.github/ISSUE_TEMPLATE/bug.md similarity index 88% rename from .github/issue_template.md rename to .github/ISSUE_TEMPLATE/bug.md index 6999f79a188..e6f6634d18c 100644 --- a/.github/issue_template.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,24 +1,41 @@ +--- +name: Bug Report +about: Something not up to standard? Let us know! +labels: 'bug, needs triage' +--- + + ## Issue Description + ## Steps to Reproduce + 1. 2. 3. ## Possible Solution + ### Versions + \ 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 00000000000..789ec46e424 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Gitter chat + url: https://gitter.im/reactioncommerce/reaction + about: Please ask and answer questions here. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/corework.md b/.github/ISSUE_TEMPLATE/corework.md new file mode 100644 index 00000000000..c60e253095b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/corework.md @@ -0,0 +1,13 @@ +--- +name: Core Work +about: Reaction team development work ticket tracker +labels: 'core work' +--- + + + + diff --git a/.github/ISSUE_TEMPLATE/questions.md b/.github/ISSUE_TEMPLATE/questions.md new file mode 100644 index 00000000000..3356f7cf14f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/questions.md @@ -0,0 +1,14 @@ +--- +name: ❓ Questions/Help +about: If you have questions, please check our gitter chat +labels: 'questions' +--- + +## ❓ Questions and Help + +### Please note that this issue tracker is not a help form and this issue will be closed. + +Please contact us instead. We are active in gitter and twitter: + +- [Gitter](https://gitter.im/reactioncommerce/reaction) +- [Twitter](https://twitter.com/getreaction)