Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Hexer10 authored Jan 9, 2019
1 parent 58f4b42 commit 148fccd
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 148fccd

Please sign in to comment.