mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Auto merge of #6464 - dwijnand:add-labels-to-issue-templates, r=Eh2406
Add labels to issue templates Make use of https://blog.github.com/changelog/2018-12-05-issue-template-automation-improvements/
This commit is contained in:
commit
2a9f16da7f
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,6 +1,7 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
labels: C-bug
|
||||
---
|
||||
|
||||
<!-- Thanks for filing a 🐛 bug report 😄! -->
|
||||
|
1
.github/ISSUE_TEMPLATE/feature_request.md
vendored
1
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,6 +1,7 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
labels: C-feature-request
|
||||
---
|
||||
|
||||
<!-- Thanks for filing a 🙋 feature request 😄! -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user