-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better GitHub issue templates #1683
Conversation
The [babel](https://github.com/babel/babel/issues/new/choose) project had a pretty neat idea for GitHub issue templates, so I'd like to adapt them for the Node.js website. As we receive issues for API docs (which are not hosted here) and other, it might be a good idea to guide the user to the right place directly.
.github/ISSUE_TEMPLATE.md
Outdated
when you attach a screenshot as well. | ||
|
||
Thank you! | ||
Check the other issue templates if you are trying to submit a bug report, feature request, or question |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A period in the end?
.github/ISSUE_TEMPLATE/api_docs.md
Outdated
--- | ||
<!-- | ||
For issues regarding the Node.js API docs, please head over to: | ||
https://github.com/nodejs/node/issues/ (prefix your issue name with "doc") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto?
Before submitting, please have a look at the existing issues if there's already | ||
something related to your suggestion. | ||
|
||
We are also [working on a relaunch](https://github.com/nodejs/website-redesign/issues/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it worth to replace the markdown markup in the comment with a more readable plain text?
.github/ISSUE_TEMPLATE/help.md
Outdated
|
||
--- | ||
<!-- | ||
We have a special help section for general quesitons about Node.js: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
quesitons -> questions.
@vsemozhetbyt Thanks, fixed! |
The babel project had a pretty neat idea for GitHub issue templates, so I'd like to adapt them for the Node.js website.
As we receive issues for API docs (which are not hosted here) and other, it might be a good idea to guide the user to the right place directly.