diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-06-25 01:08:47 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-06-25 01:08:47 +0100 |
| commit | e57b380db0cbeb6fafab0a628e8a1e9ac86cee73 (patch) | |
| tree | a437932df95cc19142c25690ef1260f02b69fcb6 | |
| parent | 2314821581b1e2131b709d79968692859d6d215d (diff) | |
[ci skip] Update labels
| -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: |
