Simplify bug and feature request templates.

This commit is contained in:
Robin Davies
2023-07-11 18:05:36 -04:00
committed by GitHub
parent b14f35c88c
commit 21b5a2fec9
2 changed files with 7 additions and 32 deletions
+6 -21
View File
@@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: "[BUG] Description"
labels: ''
labels: bug
assignees: ''
---
@@ -10,28 +10,13 @@ assignees: ''
**Describe the bug**
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**
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]
- 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,...]
**Client (please complete the following information):**
- 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.
If UI-related:
- Browser [e.g. pipedal Android app, safari, Chrome]
+1 -11
View File
@@ -2,19 +2,9 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
labels: enhancement
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.