From c48689a862d7867b9bd3f7c280971e616839f3d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=B1=CE=B5=D1=8F=D1=8F=CE=B5?= <47398145+AiroPi@users.noreply.github.com> Date: Wed, 6 Dec 2023 00:48:26 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 24 ++++++----------------- .github/ISSUE_TEMPLATE/feature_request.md | 21 ++++++++++++-------- 2 files changed, 19 insertions(+), 26 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7..8640e25 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,20 +2,19 @@ name: Bug report about: Create a report to help us improve title: '' -labels: '' -assignees: '' +labels: unconfirmed bug +assignees: AiroPi --- + + + **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 +The command you used (with arguments), the buttons you clicked, whatever you think is causing the bug. **Expected behavior** A clear and concise description of what you expected to happen. @@ -23,16 +22,5 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - **Additional context** Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7..81d6989 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,19 +2,24 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: '' -assignees: '' +labels: feature request +assignees: AiroPi --- -**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. +[ ] My idea is a whole new feature. +[ ] My suggestion is an enhancement of an existing feature. +[ ] My idea isn't related to the bot. -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. +**Describe your idea.** +A clear and concise description of what the problem is. Describe all the details you have in mind. + +**Alternatives** +Tell if you know alternatives / other bots that already do this. Explain why you don't use them, what is not great. +You can omit this question if you didn't find any other solution. **Additional context** Add any other context or screenshots about the feature request here.