forked from nodesource/distributions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update issue templates (nodesource#1443)
Create issue template to improve the problem resolution by obtaining enough information to debug and troubleshoot.
- Loading branch information
Showing
2 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Distribution Support Request | ||
about: Suggest a distribution to be supported | ||
title: "[DISTRIBUTION] Support for distribution XX" | ||
labels: distribution support | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the distribution information:** | ||
- OS: [e.g. Lubuntu XX] | ||
- Distribution Type: RPM/DEB | ||
- Version [e.g. 20.04] | ||
- Other info if needed | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: Issue/Bug report | ||
about: Create a report to help us improve. or resolve any issue | ||
title: "[ERROR] Node.js XX on UbuntuXX Installation fail" | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe your bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**Distribution Information:** | ||
- OS: [e.g. Ubuntu] | ||
- Version [e.g. focal (20.04)] | ||
- Other info if applicable [e.g. Docker image XXX, AWS AMI ID] | ||
|
||
**Node Version:** | ||
- Node: [e.g. Node.js v18.x:] | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Execute Ubuntu Docker Image XX | ||
2. Execute Installation instructions for Node.js v1x.x: | ||
3. .... | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Additional context** | ||
Add any other context about the problem here, specify if already has another NodeJS version or if trying to re-install the current version. |