From f0aa020b3d64c49b871b902930ee6c4a811c44d8 Mon Sep 17 00:00:00 2001 From: nathom <74019033+nathom@users.noreply.github.com> Date: Thu, 13 May 2021 20:43:36 -0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- .github/ISSUE_TEMPLATE/feature_request.md | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2508922..9b68b62 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,8 +2,8 @@ name: "\U0001F41B Bug Report" about: "If something isn't working as expected \U0001F914." title: '' -labels: 'i: bug' -assignees: 'nathom' +labels: bug +assignees: nathom --- @@ -49,4 +49,4 @@ your: **Additional context/Screenshots** -Add any other context about the problem here. If applicable, add screenshots to help explain. \ No newline at end of file +Add any other context about the problem here. If applicable, add screenshots to help explain. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index c015871..906e11f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,9 +1,9 @@ --- name: "\U0001F680 Feature Request" about: "I have a suggestion (and may want to implement it \U0001F642)!" -title: '' -labels: 'i: enhancement' -assignees: 'nathom' +title: 'Feature Request: ' +labels: enhancement +assignees: nathom --- @@ -16,4 +16,4 @@ A clear and concise description of what the problem is. Ex. I have an issue when A clear and concise description of what you want to happen. Add any considered drawbacks. **Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. \ No newline at end of file +A clear and concise description of any alternative solutions or features you've considered.