Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 050efeb

Browse filesBrowse 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 f8fb2c0 commit 050efeb
Copy full SHA for 050efeb

File tree

Expand file treeCollapse file tree

3 files changed

+8
-21
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+8
-21
lines changed
Open diff view settings
Collapse file

‎.github/ISSUE_TEMPLATE/3-help.md‎

Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/3-help.md
-10Lines changed: 0 additions & 10 deletions
This file was deleted.
Collapse file

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

Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/4-nodejs-org.md
-11Lines changed: 0 additions & 11 deletions
This file was deleted.
Collapse file

‎.github/ISSUE_TEMPLATE/config.yml‎

Copy file name to clipboard
+8Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.