From 1ab6ab1e5ca5ac68d350d05943058fffb8fe76ca Mon Sep 17 00:00:00 2001 From: Kyle Sanderson Date: Thu, 5 Apr 2018 22:20:49 -0700 Subject: [PATCH] NPOTB: Add basic issue template for new GH issues. --- .github/ISSUE_TEMPLATE.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..e3ba2499 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,26 @@ +# 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. + +# Environment + * Operating System version: + * Game/AppID (with version if applicable): + * Current SourceMod version: + * Current SourceMod snapshot: + * Current Metamod: Source snapshot: + - [ ] I have updated SourceMod to the [latest version](https://www.sourcemod.net/downloads.php) and it still happens. + - [ ] I have updated SourceMod to the [latest snapshot](https://www.sourcemod.net/downloads.php?branch=dev) and it still happens. + - [ ] I have updated SourceMM to the [latest snapshot](https://sourcemm.net/downloads.php?branch=dev) and it still happens. + +# Description + + +# Problematic Code (or Steps to Reproduce) + ``` + // TODO(you): code here to reproduce the problem + ``` + +# Logs +* Please attach in separate files: game output, library logs, kernel logs, and any other supporting information. +* In case of a crash, please attach minidump or dump analyze output.