From bdedee5d1ac57b7631e56d64b5f92e775e83a539 Mon Sep 17 00:00:00 2001 From: Benjamin Leonard Date: Mon, 11 Mar 2024 14:34:01 +0000 Subject: [PATCH] Update issue templates --- .../{issue-template.md => bug_report.md} | 6 +++--- .github/ISSUE_TEMPLATE/feature_request.md | 10 ++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) rename .github/ISSUE_TEMPLATE/{issue-template.md => bug_report.md} (67%) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md 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._