-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |