From 7c18fe93fabbc191e1be05b69c6d8e1cff8e75fe Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Sun, 27 Dec 2020 03:00:15 -0500 Subject: [PATCH] Add issue templates --- .github/ISSUE_TEMPLATE/1_bug_report.md | 22 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/2_feature_request.md | 9 +++++++++ .github/ISSUE_TEMPLATE/3_question.md | 9 +++++++++ .github/ISSUE_TEMPLATE/4_guidance.md | 9 +++++++++ .github/ISSUE_TEMPLATE/5_implementation.md | 12 +++++++++++ 5 files changed, 61 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/1_bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/2_feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/3_question.md create mode 100644 .github/ISSUE_TEMPLATE/4_guidance.md create mode 100644 .github/ISSUE_TEMPLATE/5_implementation.md diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.md b/.github/ISSUE_TEMPLATE/1_bug_report.md new file mode 100644 index 0000000..954efee --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1_bug_report.md @@ -0,0 +1,22 @@ +--- +name: 🐞 Bug report +about: Report a bug that has been encountered. +labels: 'kind/bug' +--- + +**Version:** + + + +**Environment:** + + + + +**Issue description:** + + + +**Steps to reproduce:** + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/2_feature_request.md b/.github/ISSUE_TEMPLATE/2_feature_request.md new file mode 100644 index 0000000..a822d41 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2_feature_request.md @@ -0,0 +1,9 @@ +--- +name: 💡 Feature Request +about: Ideas to improve! +labels: 'kind/feature' +--- + +**Description** + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/3_question.md b/.github/ISSUE_TEMPLATE/3_question.md new file mode 100644 index 0000000..f13b32d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3_question.md @@ -0,0 +1,9 @@ +--- +name: ❓ Question +about: Have a question? Ask it! +labels: 'question' +--- + +**Question** + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/4_guidance.md b/.github/ISSUE_TEMPLATE/4_guidance.md new file mode 100644 index 0000000..cca138b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4_guidance.md @@ -0,0 +1,9 @@ +--- +name: 🧭 Guidance +about: Lost? Maybe someone can help. +labels: 'help wanted' +--- + +**Description:** + + diff --git a/.github/ISSUE_TEMPLATE/5_implementation.md b/.github/ISSUE_TEMPLATE/5_implementation.md new file mode 100644 index 0000000..2c8014b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/5_implementation.md @@ -0,0 +1,12 @@ +--- +name: ⚙ Feature Implementation +about: Template used to track new features. +labels: 'kind/feature' +--- + + + +**Tasks:** +- [ ] Feature Implementation +- [ ] Tests +- [ ] Documentation \ No newline at end of file