Skip to content

Commit

Permalink
add triage labels to new issues (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeDawkins authored Apr 14, 2021
1 parent 60d9d21 commit 7ba5b84
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Bug Report 🐞
about: Something isn't working as expected? Here is the right place to report.
labels: "bug 🐞"
labels: "bug 🐞, triage"
---

<!--
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/docs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Docs Issues ✏
about: Can't find something or notice an error in our docs? Go here!
labels: "docs 📝"
labels: "docs 📝, triage"
---

<!--
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature Request 💡
about: Do you have an idea for a new feature (or improvement on an existing feature)? Tell us here!
labels: "feature 🎉"
labels: "feature 🎉, triage"
---

<!--
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Question ❓
about: Have a question about Rover that the docs can't answer? Go here!
labels: "question ❓"
labels: "question ❓, triage"
---

<!--
Expand Down

0 comments on commit 7ba5b84

Please sign in to comment.