Skip to content

Commit

Permalink
chore: adding labels to new bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
darcyclarke committed Aug 6, 2020
1 parent 304833b commit ad8fe71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
blank_issues_enabled: true
contact_links:
- name: 🐞 Bug v7
url: https://github.com/npm/cli/issues/new?title=[BUG]%20%3Ctitle%3E&template=bug-7.md
url: https://github.com/npm/cli/issues/new?title=[BUG]%20%3Ctitle%3E&template=bug-7.md&labels=Bug,Needs%20Triage,Release%207.x
about: File a bug/issue against v7.x
- name: 🐞 Bug v6
url: https://github.com/npm/cli/issues/new?title=[BUG]%20%3Ctitle%3E&template=bug-6.md
url: https://github.com/npm/cli/issues/new?title=[BUG]%20%3Ctitle%3E&template=bug-6.md&labels=Bug,Needs%20Triage,Release%206.x
about: File a bug/issue against v6.x
- name: ⭐️ Feature Request
url: https://github.com/npm/rfcs
about: Feel free to add your idea or create a formal RFC
url: https://github.com/npm/rfcs/discussions/category_choices
about: Add your request or discuss the project w/ the community
- name: 📃 RFC
url: https://github.com/npm/rfcs
about: Create a more formal proposal/idea via our RFC
Expand Down

0 comments on commit ad8fe71

Please sign in to comment.