Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Needs: Lead label to Issue Templates #4450

Merged
merged 3 commits into from
Jan 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: "Type: Bug, Needs: Triage"
labels: "Type: Bug, Needs: Triage, Needs: Lead"
assignees: ''
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: "Type: Feature, Needs: Triage"
labels: "Type: Feature, Needs: Triage, Needs: Lead"
assignees: ''
---

Expand Down
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/question_template.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Question
name: Question & Discussion
about: Propose an answerable question
title: ''
labels: "Type: Question, Needs: Triage"
labels: "Type: Question, Needs: Triage, Needs: Lead, Needs: Community Discussion"
assignees: ''
---

Expand All @@ -13,6 +13,9 @@ assignees: ''
### Additional context
<!-- Add any other context or details here. -->

### Issue resolution criteria
<!-- When can this issue be closed? -->


### Stakeholders
<!-- @ tag stakeholders of this bug -->