Skip to content

Commit

Permalink
Update issue creation template to apply "To Triage" label (#19975)
Browse files Browse the repository at this point in the history
* Update issue creation template to apply "To Triage" label

* Add to triage label to other templates also
  • Loading branch information
justinvelluppillai committed Nov 14, 2022
1 parent 487d5f5 commit 12ecd26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
@@ -1,7 +1,7 @@
---
name: "Bug report"
about: Something isn't working correctly with Matomo
labels: Potential Bug
labels: ["Potential Bug", "To Triage"]

---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation_issue.md
@@ -1,7 +1,7 @@
---
name: "Documentation issue"
about: Some information within the documentation is wrong or missing
labels: documentation
labels: ["documentation", "To Triage"]

---
<!-- Please report only issues related to the documentation on https://matomo.org here -->
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
@@ -1,7 +1,7 @@
---
name: "Feature request"
about: You think Matomo lacks some feature it should have?
labels: Enhancement
labels: ["Enhancement", "To Triage"]

---

Expand Down

0 comments on commit 12ecd26

Please sign in to comment.