We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0984910 commit ae27e2dCopy full SHA for ae27e2d
.github/ISSUE_TEMPLATE/config.yml
@@ -1,8 +1,14 @@
1
blank_issues_enabled: true
2
contact_links:
3
- - name: ⁉️ Need help with Node.js?
+ - name: ⁉️ Need general help with Node.js?
4
url: https://github.com/nodejs/help
5
about: Please file an issue in our help repo.
6
+ - name: 📦 Have an issue with npm?
7
+ url: https://github.com/npm/cli/issues
8
+ about: npm has a seperate issue tracker.
9
+ - name: 📡 Have an issue with undici? (`WebSocket`, `fetch`, etc.)
10
+ url: https://github.com/nodejs/undici/issues
11
+ about: Undici has a seperate issue tracker.
12
- name: 🌐 Found a problem with nodejs.org beyond the API reference docs?
13
url: https://github.com/nodejs/nodejs.org/issues/new/choose
14
about: Please file an issue in the Node.js website repo.
0 commit comments