Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckTerry authored Feb 2, 2024
1 parent 499388f commit a5c8f7d
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Bug Report
about: Report a Bug in the Software
title: "[BUG]"
labels: bug
assignees: ChuckTerry

---

**Describe the bug**
A clear and concise description of what the bug is.

**Environment**
Describe the environment where the bug is encountered
- In the Browser or CLI?
- OS
- Browser or Node Version
- Other packages and modules running in tandem with ET-3400 code

**To Reproduce**
Detailed steps to reproduce the behavior (If unexpected user program or monitor behavior, include each keystroke):
1. Power On?
2. Keystrokes '...'
3. '...'
4. See error

**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.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ChuckTerry

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit a5c8f7d

Please sign in to comment.