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.**