From 5383e3a5dda30e4efc5a26efa2faefc32f8c81e9 Mon Sep 17 00:00:00 2001 From: DmK1337 <94369306+DmK1337@users.noreply.github.com> Date: Mon, 12 Sep 2022 23:17:19 +0200 Subject: [PATCH] Create bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 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..8d7f595 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a bug report to help me fix issues +title: '' +labels: '' +assignees: '' + +--- + +**Description of the bug** +A clear and concise description of what the bug is. + +**How to replicate** +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 / Logs** +If possible, add screenshots or videos of the bug to the report or +post the last bug related error message from `%appdata%\PopstarDevs\2Take1Menu\2Take1Menu.log` or upload the file + +**Additional Info** +Add any other Info about the problem here.