diff options
author | Brad Linden <46733234+brad-linden@users.noreply.github.com> | 2024-02-22 13:01:49 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-22 13:01:49 -0800 |
commit | 0f2248ea12713822c546e362487aa94bb29e2899 (patch) | |
tree | febfe9265d7a813f733fe28b90cfe0e2d9182fc1 | |
parent | ffef19843b79c53aa710ed475d526f0d8f91866b (diff) |
Improving issue templates. (#877)
making ordering explicit, and disabling blank issue submission to force
triage label to be set.
-rw-r--r-- | .github/ISSUE_TEMPLATE/10-bug.yaml (renamed from .github/ISSUE_TEMPLATE/bug.yaml) | 0 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/20-enhancement.md (renamed from .github/ISSUE_TEMPLATE/enhancement.md) | 0 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/30-blank.yaml | 10 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 1 |
4 files changed, 11 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/10-bug.yaml index 41208e8bf5..41208e8bf5 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/10-bug.yaml diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/20-enhancement.md index dd40478811..dd40478811 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/20-enhancement.md diff --git a/.github/ISSUE_TEMPLATE/30-blank.yaml b/.github/ISSUE_TEMPLATE/30-blank.yaml new file mode 100644 index 0000000000..abe2623378 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/30-blank.yaml @@ -0,0 +1,10 @@ +name: Blank Issue +description: Don’t see your issue here? Open a blank issue. +labels: [triage] +body: +- type: textarea + attributes: + label: Description + description: Please describe your issue. + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 75fa187132..f2d58f5f65 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,3 +1,4 @@ +blank_issues_enabled: false contact_links: - name: 💬 Community Feedback (Canny) url: https://feedback.secondlife.com |