From 21b5a2fec92d5b32c01ffb65f0bd7fa27fc78420 Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Tue, 11 Jul 2023 18:05:36 -0400 Subject: [PATCH] Simplify bug and feature request templates. --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++------------------ .github/ISSUE_TEMPLATE/feature_request.md | 12 +--------- 2 files changed, 7 insertions(+), 32 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6e4de50..2159e05 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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] diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7..809b7b0 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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.