From 91485b44e63022c6d9e1555085cc2fbfc21902db Mon Sep 17 00:00:00 2001 From: Loup <90267658+Loup-Garou911XD@users.noreply.github.com> Date: Sun, 26 Jan 2025 16:50:36 +0530 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 37 ++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..94475ae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,37 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +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. + +**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.