From f30e4c12feaeb0e167fcae7b9212a9e0a8accdd2 Mon Sep 17 00:00:00 2001 From: Alexei Stukov Date: Fri, 8 Mar 2019 21:51:44 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/custom.md | 12 ++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 4 ++++ 2 files changed, 16 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/custom.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 00000000..1f8de897 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,12 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + +- [ ] Used appropriate template for the issue type +- [ ] Searched both open and closed issues for duplicates of this issue +- [ ] Title adequately and _concisely_ reflects the feature or the bug diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index e7be2c6f..23fdafbc 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,6 +7,10 @@ assignees: '' --- +- [ ] Used appropriate template for the issue type +- [ ] Searched both open and closed issues for duplicates of this issue +- [ ] Title adequately and _concisely_ reflects the feature or the bug + **Is your feature request related to a problem? Please describe.**