Merge pull request #1043 from urfave/labels
Update issue template labels
This commit is contained in:
commit
b9213d9d70
2
.github/ISSUE_TEMPLATE/question.md
vendored
2
.github/ISSUE_TEMPLATE/question.md
vendored
@ -2,7 +2,7 @@
|
||||
name: ask a question
|
||||
about: ask us question - assume stackoverflow's guidelines apply here
|
||||
title: 'q: ( your question title goes here )'
|
||||
labels: 'type: question, status: triage, version: v2'
|
||||
labels: 'kind/question, status/triage, area/v2'
|
||||
assignees: lynncyrin
|
||||
|
||||
---
|
||||
|
2
.github/ISSUE_TEMPLATE/v1-bug-report.md
vendored
2
.github/ISSUE_TEMPLATE/v1-bug-report.md
vendored
@ -2,7 +2,7 @@
|
||||
name: v1 bug report
|
||||
about: Create a report to help us fix v1 bugs
|
||||
title: 'v1 bug: ( your bug title goes here )'
|
||||
labels: 'type: bug, status: triage, version: v1'
|
||||
labels: 'kind/bug, status/triage, area/v1'
|
||||
assignees: lynncyrin
|
||||
|
||||
---
|
||||
|
2
.github/ISSUE_TEMPLATE/v2-bug-report.md
vendored
2
.github/ISSUE_TEMPLATE/v2-bug-report.md
vendored
@ -2,7 +2,7 @@
|
||||
name: v2 bug report
|
||||
about: Create a report to help us fix v2 bugs
|
||||
title: 'v2 bug: ( your bug title goes here )'
|
||||
labels: 'type: bug, version: v2, status: triage'
|
||||
labels: 'kind/bug, area/v2, status/triage'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
2
.github/ISSUE_TEMPLATE/v2-feature-request.md
vendored
2
.github/ISSUE_TEMPLATE/v2-feature-request.md
vendored
@ -2,7 +2,7 @@
|
||||
name: v2 feature request
|
||||
about: Suggest an improvement for v2
|
||||
title: 'v2 feature: ( your feature title goes here )'
|
||||
labels: 'type: feature, version: v2, status: triage'
|
||||
labels: 'type/feature, area/v2, status/triage'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user