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 <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com>
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

Lines changed: 0 additions & 10 deletions
This file was deleted.

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

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
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)