mirror of
https://github.com/paralus/paralus.git
synced 2026-02-14 09:39:50 +00:00
Add needs-triage label to issue templates (#155)
Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -2,7 +2,7 @@
|
||||
name: Bug Report
|
||||
about: Report a bug or unexpected behavior
|
||||
title: ""
|
||||
labels: "new, bug"
|
||||
labels: "bug, needs-triage"
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -2,7 +2,7 @@
|
||||
name: Feature Request
|
||||
about: Request a new feature or improvement
|
||||
title: ""
|
||||
labels: "new, enhancement, feature"
|
||||
labels: "enhancement, feature, needs-triage"
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/other.md
vendored
2
.github/ISSUE_TEMPLATE/other.md
vendored
@@ -2,7 +2,7 @@
|
||||
name: Other
|
||||
about: Something else
|
||||
title: ""
|
||||
labels: "new"
|
||||
labels: "needs-triage"
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user