From 1e85717b28d5dc9e8224dbf337af25c2b4977c3c Mon Sep 17 00:00:00 2001 From: Axel PASCON <93100011+brvtalcake@users.noreply.github.com> Date: Wed, 6 Nov 2024 00:17:56 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report-general.md | 35 +++++++++++++++++++ .../ISSUE_TEMPLATE/feature-request-general.md | 20 +++++++++++ 2 files changed, 55 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report-general.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request-general.md diff --git a/.github/ISSUE_TEMPLATE/bug-report-general.md b/.github/ISSUE_TEMPLATE/bug-report-general.md new file mode 100644 index 0000000..2c389bb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report-general.md @@ -0,0 +1,35 @@ +--- +name: Bug report general +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: brvtalcake + +--- + +**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. + +**Desktop, if applicable (please complete the following information):** + - OS: [e.g. iOS] + - Version [e.g. 22] +- Other useful info... + +**Hardware** +If needed, add hardware info. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature-request-general.md b/.github/ISSUE_TEMPLATE/feature-request-general.md new file mode 100644 index 0000000..087fd44 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request-general.md @@ -0,0 +1,20 @@ +--- +name: Feature request general +about: Suggest an idea for this project +title: "[FEATURE]" +labels: enhancement +assignees: brvtalcake + +--- + +**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.