Skip to content

Commit 819789a

Browse files
authored
feat: update issue and PR templates to include 'require-triage' label (#13)
1 parent e5ff5ff commit 819789a

File tree

6 files changed

+9
-4
lines changed

6 files changed

+9
-4
lines changed

.github/ISSUE_TEMPLATE/1question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Question
33
about: Seeking help or have a question about usage?
4-
labels: question
4+
labels: ["question", "require-triage"]
55
---
66

77
<!-- We can't debug your app for you, but you can ask questions and we will try to answer them.

.github/ISSUE_TEMPLATE/2bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: 🐛 Bug Report
33
about: Do you believe you have found a bug?
4-
labels: bug
4+
labels: ["bug", "require-triage"]
55
type: Bug
66
---
77

.github/ISSUE_TEMPLATE/3feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Feature Request
33
about: Do you want to make a feature request?
4-
labels: ideas
4+
labels: ["ideas", "require-triage"]
55
---
66

77
<!-- Please provide as much detailed information about your request as you can, specifically:

.github/ISSUE_TEMPLATE/4documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Documentation issue
22
description: Report a possible issue in the documentation
3-
labels: doc
3+
labels: ["doc", "require-triage"]
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/5other.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
name: Other
33
about: I have something that isn't a bug or a question
4+
labels: require-triage
45
---

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
labels: require-triage
3+
---
4+
15
<!--
26
Thank you for your pull request. Please provide a description and
37
note the Certificate of Origin below.

0 commit comments

Comments
 (0)