Skip to content

Commit 0f2248e

Browse files
authored
Improving issue templates. (#877)
making ordering explicit, and disabling blank issue submission to force triage label to be set.
1 parent ffef198 commit 0f2248e

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed
File renamed without changes.
File renamed without changes.

.github/ISSUE_TEMPLATE/30-blank.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Blank Issue
2+
description: Don’t see your issue here? Open a blank issue.
3+
labels: [triage]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Description
8+
description: Please describe your issue.
9+
validations:
10+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
blank_issues_enabled: false
12
contact_links:
23
- name: 💬 Community Feedback (Canny)
34
url: https://feedback.secondlife.com

0 commit comments

Comments
 (0)