From ec42007216e065803e47e5e758ff64fa84fe1046 Mon Sep 17 00:00:00 2001 From: Nikita <48434875+JonnyBro@users.noreply.github.com> Date: Sat, 1 Jul 2023 18:13:00 +0500 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 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..6c2bf3c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Report any issues you have found (don't report anything if you are using custom + code for speed change or anything else like that) +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/Videos** +If applicable, add screenshots or videos to help explain your problem. + +**Additional information:** + - Game Version: [e.g. non-beta, chromium, x64] + +**Additional context** +Add any other context about the problem here. +Maybe addons list or settings you changed in Beatrun's config menu.