Skip to content

Commit b0837fe

Browse files
committed
meta: use contact_links instead of issue templates
To redirect people to the help and website repos. PR-URL: #30172 Refs: https://github.blog/changelog/2019-10-28-new-issue-template-configuration-options/ Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: David Carlier <[email protected]>
1 parent d7bfc6c commit b0837fe

File tree

3 files changed

+8
-21
lines changed

3 files changed

+8
-21
lines changed

.github/ISSUE_TEMPLATE/3-help.md

-10
This file was deleted.

.github/ISSUE_TEMPLATE/4-nodejs-org.md

-11
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: ⁉️ Need help with Node.js?
4+
url: https://github.com/nodejs/help
5+
about: Please file an issue in our help repo.
6+
- name: 🌐 Found a problem with nodejs.org?
7+
url: https://github.com/nodejs/nodejs.org/issues/new/choose
8+
about: Please file an issue in the Node.js website repo.

0 commit comments

Comments
 (0)