From ac5eb6ab08db96d8e2e269a267576f6207cd6aab Mon Sep 17 00:00:00 2001 From: Alex Krolick Date: Fri, 4 May 2018 20:01:56 -0700 Subject: [PATCH] Add GitHub Issue templates --- .github/ISSUE_TEMPLATE/Bug_Report.md | 63 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/Feature_Request.md | 51 ++++++++++++++++++ .github/ISSUE_TEMPLATE/Question.md | 22 ++++++++ 3 files changed, 136 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Bug_Report.md create mode 100644 .github/ISSUE_TEMPLATE/Feature_Request.md create mode 100644 .github/ISSUE_TEMPLATE/Question.md diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.md b/.github/ISSUE_TEMPLATE/Bug_Report.md new file mode 100644 index 00000000..de5aaa11 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_Report.md @@ -0,0 +1,63 @@ +--- +name: 🐛 Bug Report +about: Bugs, missing documentation, or unexpected behavior 🤔. +--- + + + +* `react-testing-library` version: +* `react` version: +* `node` version: +* `npm` (or `yarn`) version: + +### Relevant code or config: + +```js +var your => (code) => here; +``` + +### What you did: + + + +### What happened: + + + +### Reproduction: + + + +### Problem description: + + + +### Suggested solution: + + diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.md b/.github/ISSUE_TEMPLATE/Feature_Request.md new file mode 100644 index 00000000..5271ca9b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_Request.md @@ -0,0 +1,51 @@ +--- +name: 💡 Feature Request +about: I have a suggestion (and might want to implement myself 🙂)! +--- + + + +### Describe the feature you'd like: + + + +### Suggested implementation: + + + +### Describe alternatives you've considered: + + + +### Teachability, Documentation, Adoption, Migration Strategy: + + diff --git a/.github/ISSUE_TEMPLATE/Question.md b/.github/ISSUE_TEMPLATE/Question.md new file mode 100644 index 00000000..68ef0edd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Question.md @@ -0,0 +1,22 @@ +--- +name: ❓ Support Question +about: 🛑 If you have a question 💬, please check out our support channels! +--- + +------------ 👆 Click "Preview"! + +Issues on GitHub are intended to be related to problems with the library itself +and feature requests so we recommend not using this medium to ask them here 😁. + +--- + +## ❓ Support Forums + +* React Spectrum + https://spectrum.chat/react-testing-library +* Reactiflux on Discord + https://www.reactiflux.com +* Stack Overflow + https://stackoverflow.com/questions/tagged/react-testing-library + +**ISSUES WHICH ARE QUESTIONS WILL BE CLOSED**