Skip to content

Commit 723a7fe

Browse files
committed
github: tidy up issue templates
Switch to a model where all issues are by default marked with the Triage label. This label allows us to mark an issue that requires attention from a project maintainer. After an initial look, this label might well be removed. But it might just as easily be re-added later in case further attention/discussion is required amongst project maintainers. At the same time, remove the "blank issue" option, and offer that explicitly as an option within the template list (this allows us to template the Triage label even for blank issues). Signed-off-by: Paul Jolly <[email protected]> Change-Id: I96d2896a7aa4dc82046b5bd5a5bfc411628964cf Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/520729
1 parent 3d9cd71 commit 723a7fe

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Create a report to help us improve
44
title: ''
5-
labels: NeedsInvestigation
5+
labels: NeedsInvestigation, Triage
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
title: ''
5-
labels: FeatureRequest
5+
labels: FeatureRequest, Triage
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/z.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: Blank issue
3+
title: ''
4+
labels: Triage
5+
assignees: ''
6+
7+
---

0 commit comments

Comments
 (0)