Skip to content

Commit

Permalink
doc: remove .github/ISSUE_TEMPLATE.md in favor of the template folder
Browse files Browse the repository at this point in the history
This removes the obsolete issue template file since we already
have the issue template folder which is the one currently in effect.

PR-URL: #31656
Refs: #31611
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
  • Loading branch information
joyeecheung authored and codebytere committed Feb 17, 2020
1 parent b61b85c commit 2e6c737
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 52 deletions.
45 changes: 0 additions & 45 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

41 changes: 34 additions & 7 deletions .github/ISSUE_TEMPLATE/1-bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,47 @@ about: Create a report to help us improve
---

<!--
Thank you for reporting a possible bug in Node.js.
Thank you for reporting an issue.
Please fill in as much of the template below as you can.
This issue tracker is for bugs and issues found within Node.js core.
If you require more general support please file an issue on our help
repo. https://github.com/nodejs/help
Please fill in as much of the template below as you're able.
Version: output of `node -v`
Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
Subsystem: if known, please specify the affected core module name
If possible, please provide code that demonstrates the problem, keeping it as
simple and free of external dependencies as you can.
Subsystem: if known, please specify affected core module name
-->

* **Version**:
* **Platform**:
* **Subsystem**:

<!-- Please provide more details below this comment. -->
### What steps will reproduce the bug?

<!--
Enter details about your bug, preferably a simple code snippet that can be
run using `node` directly without installing third-party dependencies.
-->

### How often does it reproduce? Is there a required condition?

### What is the expected behavior?

<!--
If possible please provide textual output instead of screenshots.
-->

### What do you see instead?

<!--
If possible please provide textual output instead of screenshots.
-->

### Additional information

<!--
Tell us anything else you think we should know.
-->

0 comments on commit 2e6c737

Please sign in to comment.