From 2d76b17b364ca2036bfc1485ebd92b84c5c46be5 Mon Sep 17 00:00:00 2001 From: Loup <90267658+Loup-Garou911XD@users.noreply.github.com> Date: Sun, 26 Jan 2025 21:23:41 +0530 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 17 ++++----- .github/ISSUE_TEMPLATE/plugin-bug-report.md | 40 +++++++++++++++++++++ 2 files changed, 49 insertions(+), 8 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/plugin-bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 94475ae..dd84ea7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,8 @@ --- name: Bug report about: Create a report to help us improve -title: "[BUG]" -labels: bug +title: '' +labels: '' assignees: '' --- @@ -24,14 +24,15 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - - Bombsquad Version [e.g. 1.7.37] - - Plugin Manager Version [e.g. 1.1.10] - - Plugin Version (if applicable) [e.g. 2.1.0] + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] **Smartphone (please complete the following information):** - - Device: [e.g. PC] - - OS: [e.g. Windows] - - OS Version (if applicable) [e.g. 11] + - 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/plugin-bug-report.md b/.github/ISSUE_TEMPLATE/plugin-bug-report.md new file mode 100644 index 0000000..7d77cb7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/plugin-bug-report.md @@ -0,0 +1,40 @@ +--- +name: Plugin bug report +about: Create a report about a plugin to help us improve +title: '' +labels: Plugin Bug +assignees: '' + +--- + +**Plugin name** +The name of the plugin having the bug + +**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 (please complete the following information):** + - Bombsquad Version [e.g. 1.7.37] + - Plugin Manager Version [e.g. 1.1.10] + - Plugin Version (if applicable) [e.g. 2.1.0] + +**Smartphone (please complete the following information):** + - Device: [e.g. PC] + - OS: [e.g. Windows] + - OS Version (if applicable) [e.g. 11] + +**Additional context** +Add any other context about the problem here.