mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
meta: use contact_links instead of issue templates
To redirect people to the help and website repos. PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
10
.github/ISSUE_TEMPLATE/3-help.md
vendored
10
.github/ISSUE_TEMPLATE/3-help.md
vendored
@@ -1,10 +0,0 @@
|
||||
---
|
||||
name: "⁉️ Need help with Node.js?"
|
||||
about: Please file an issue in our help repo.
|
||||
|
||||
---
|
||||
|
||||
If you have a question about Node.js that is not a bug report or feature
|
||||
request, please post it in https://github.com/nodejs/help!
|
||||
|
||||
Questions posted to this repository will be closed.
|
||||
11
.github/ISSUE_TEMPLATE/4-nodejs-org.md
vendored
11
.github/ISSUE_TEMPLATE/4-nodejs-org.md
vendored
@@ -1,11 +0,0 @@
|
||||
---
|
||||
name: "\U0001F310 Found a problem with nodejs.org?"
|
||||
about: Please file an issue in the Node.js website repo.
|
||||
|
||||
---
|
||||
|
||||
If you have a question, suggestion or issue regarding our website,
|
||||
please post it in https://github.com/nodejs/nodejs.org!
|
||||
|
||||
Issues with the Node.js API documentation should be posted here. All other
|
||||
issues regarding the website will be closed.
|
||||
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: ⁉️ Need help with Node.js?
|
||||
url: https://github.com/nodejs/help
|
||||
about: Please file an issue in our help repo.
|
||||
- name: 🌐 Found a problem with nodejs.org?
|
||||
url: https://github.com/nodejs/nodejs.org/issues/new/choose
|
||||
about: Please file an issue in the Node.js website repo.
|
||||
Reference in New Issue
Block a user