From f00f6a63292e246f7177fec3b7cd543de2354f48 Mon Sep 17 00:00:00 2001 From: Erin Call Date: Wed, 25 Dec 2019 12:03:36 -0800 Subject: [PATCH] Encourage good issues with issue templates [#12] I've never used github's new multiple-option issue templates before! I'm excited to see them in action :) --- .github/ISSUE_TEMPLATE/bug_report.md | 17 +++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 14 ++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..aadc390 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,17 @@ +--- +name: Bug report +about: Unexpected or broken behavior +title: '' +labels: bug +assignees: '' + +--- + +**What I tried to do:** + + +**What happened:** + + +**More info:** + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..40932a7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest a new feature +title: '' +labels: enhancement +assignees: '' + +--- + +**The problem I'm trying to solve:** + + +**How I imagine it working:** +