forked from npm/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix issue templates to allow for bug filing again
- Loading branch information
1 parent
1ae6850
commit 304833b
Showing
3 changed files
with
48 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,23 @@ | ||
blank_issues_enabled: false | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Feature Request | ||
- name: π Bug v7 | ||
url: https://github.com/npm/cli/issues/new?title=[BUG]%20%3Ctitle%3E&template=bug-7.md | ||
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 | ||
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 | ||
- name: RFC | ||
- name: π RFC | ||
url: https://github.com/npm/rfcs | ||
about: Create a more formal proposal/idea via our RFC | ||
- name: Registry Status | ||
- name: π₯ Registry Status | ||
url: https://status.npmjs.org | ||
about: Check the current status of the website/registry | ||
- name: Documentation | ||
- name: π Documentation | ||
url: https://preview-docs.npmjs.com/cli-commands/npm | ||
about: Preview our new docs | ||
- name: Support | ||
- name: π« Support | ||
url: https://npm.community | ||
about: Links to other support options &/or community references |