From 5a3fafac49f86f740474ce0ae6b712eae286bd9b Mon Sep 17 00:00:00 2001 From: Tickbase <47538996+Novattz@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:42:43 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 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..a47f9fb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: Novattz + +--- + +**Describe the bug** +- A clear and concise description of what the bug is. + +**Terminal output** +- Copy and paste the entire terminal output when running the script. + +**Log File Output** +- If the script logged any errors, attach the log file **`script.log`** to this issue. + +**Debug Output** +- Run the script with the **`--debug`** argument and attach the log file **`debug_script.log`** to this issue. + +**Steam library path** +- Provide the path where your steam library is. + +**Additional context** +Add any other context about the problem here.