Simplify bug and feature request templates.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
title: "[BUG] Description"
|
title: "[BUG] Description"
|
||||||
labels: ''
|
labels: bug
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -10,28 +10,13 @@ assignees: ''
|
|||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
**To Reproduce**
|
|
||||||
Steps to reproduce the behavior:
|
|
||||||
1. Go to '...'
|
|
||||||
2. Click on '....'
|
|
||||||
3. Scroll down to '....'
|
|
||||||
4. See error
|
|
||||||
|
|
||||||
**Expected behavior**
|
|
||||||
A clear and concise description of what you expected to happen.
|
|
||||||
|
|
||||||
**Screenshots**
|
**Screenshots**
|
||||||
If applicable, add screenshots to help explain your problem.
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
**Server (please complete the following information):**
|
** Environment (please complete the following information):**
|
||||||
- OS: [e.g. Raspbian, Ubuntu Gnome3 21.04, Windows 10]
|
- OS: [e.g. Raspbian, Ubuntu Gnome3 21.04, Windows 10]
|
||||||
|
- if Linux, run `uname -a` and include the results.
|
||||||
|
- Device that the pipedal server is running on (pi 3, pi 4, &c, how much system memory)
|
||||||
- PiPedal Version [See X/Settings/About,...]
|
- PiPedal Version [See X/Settings/About,...]
|
||||||
|
If UI-related:
|
||||||
**Client (please complete the following information):**
|
- Browser [e.g. pipedal Android app, safari, Chrome]
|
||||||
- Device: [e.g. iPhone6/Android Tablet/Android Phone/Windows 10]
|
|
||||||
- OS: [e.g. iOS8.1/Android 11/Windows 10]
|
|
||||||
- Browser [e.g. stock browser, safari, Chrome]
|
|
||||||
- Browser Version [e.g. 82.0.1]
|
|
||||||
|
|
||||||
**Additional context**
|
|
||||||
Add any other context about the problem here.
|
|
||||||
|
|||||||
@@ -2,19 +2,9 @@
|
|||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest an idea for this project
|
about: Suggest an idea for this project
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: enhancement
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**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.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user