Skip to content

Commit

Permalink
Update issue templates (nodesource#1443)
Browse files Browse the repository at this point in the history
Create issue template to improve the problem resolution by obtaining enough information to debug and troubleshoot.
  • Loading branch information
riosje authored Sep 23, 2022
1 parent 48b31d9 commit ea2c794
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/distribution-support-request.md
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.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-bug-report.md
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.

0 comments on commit ea2c794

Please sign in to comment.