From 148fccdc6383f3570c1df7b0ff4fcc6d41bcde6d Mon Sep 17 00:00:00 2001 From: Mattia Date: Wed, 9 Jan 2019 18:31:51 +0100 Subject: [PATCH] Update issue templates Credits to sourcemod's template, and default GitHub template, this is an edit of those, https://raw.githubusercontent.com/alliedmodders/sourcemod/master/.github/ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE/bug_report.md | 41 ++++++++++++++++++++++++++++ 1 file changed, 41 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 00000000..81113cb6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,41 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG] " +labels: bug / glitch +assignees: '' + +--- + +# Help us help you + - [ ] I have checked that my issue [doesn't exist yet](https://github.com/alliedmodders/sourcemod/issues). + - [ ] I have tried my absolute best to reduce the problem-space and have provided the absolute smallest test-case possible. + - [ ] I can always reproduce the issue with the provided description below. + +# Describe the bug +A clear and concise description of what the bug is. + +# To Reproduce +Steps to reproduce the behavior: +1. Type command '...' +2. Left click on '...' +3. Crash + +# Logs +Provide here any logs, such as error logs, console logs or any other log that could be useful. + +# Environment + * Operating System version: + * Current SourceMod version: + * Current Metamod: Source snapshot version: + * Current MyJailBreak version: https://shanapu.de/MyJailBreak/ + - [ ] I have updated SourceMod to the [latest version](https://www.sourcemod.net/downloads.php) and it still happens. + - [ ] I have updated SourceMM to the [latest snapshot](https://sourcemm.net/downloads.php?branch=dev) and it still happens. + - [ ] I have update MyJailBreak to the [latest dev version](https://shanapu.de/MyJailBreak) and it still happens. + + +# Screenshots +If applicable, add screenshots to help explain your problem. + +# Additional context +Add any other context about the problem here.