diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.yml | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature-request.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 98cda6e7..65233724 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,6 +1,6 @@ name: Bug Report description: Report issues/unexpected behaviour with Quests -labels: [bug] +labels: ['bug', 'status: needs investigating'] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 9c92699c..a185be98 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,6 +1,6 @@ name: Feature Request description: Suggest an idea for Quests -labels: [enhancement] +labels: ['enhancement', 'status: needs investigating'] body: - type: markdown attributes: |
