diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 67% rename from .github/ISSUE_TEMPLATE/issue-template.md rename to .github/ISSUE_TEMPLATE/bug_report.md index 1b497e5..644d42f 100644 --- a/.github/ISSUE_TEMPLATE/issue-template.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- -name: Issue Template -about: Generic issue template -title: '' +name: Bug report +about: Create a report to help us improve +title: "[BUG]" labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..9d6ac1d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,10 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEATURE]" +labels: '' +assignees: '' + +--- + +_If you've been granted access – before submission, double-check for any sensitive or confidential info from RFDs._