Skip to content

Commit

Permalink
Simplify bug and feature request templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
rerdavies committed Jul 11, 2023
1 parent b14f35c commit 21b5a2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 32 deletions.
27 changes: 6 additions & 21 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,21 @@
name: Bug report
about: Create a report to help us improve
title: "[BUG] Description"
labels: ''
labels: bug
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]
12 changes: 1 addition & 11 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 21b5a2f

Please sign in to comment.