forked from dhewm/dhewm3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add issue template for bug reports and feature requests
- Loading branch information
1 parent
872905f
commit 5dc278b
Showing
2 changed files
with
51 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,31 @@ | ||
--- | ||
name: Bug report | ||
about: Report a problem with dhewm3 | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- NOTE: Please check the existing bug reports first to find out if it has already been reported. In that case, just add a comment there with your additional information --> | ||
|
||
**Describe the bug** | ||
A short description of what the bug is. | ||
|
||
**Your System** | ||
- What **operating system** are you using, what CPU and GPU, which GPU driver version? | ||
- What **version of dhewm3** are you using? (Also: Official download? Package from Linux distro? MacSourcePorts? Did you compile yourself?) | ||
|
||
**To Reproduce** | ||
Describe how to reproduce the bug | ||
- if it happens while playing: What mod (base game, RoE, or some 3rd-party mod), which level, what do you do there to trigger the bug | ||
- After opening the console (`Shift`+`Esc`) you can enter `map` to print the current map name and `where` to print the coordinates in the level | ||
- if it happens in the menu or similar: describe the steps to trigger the bug | ||
|
||
**Expected and actual behavior** | ||
A clear and concise description of what you expected to happen and what happens instead | ||
|
||
**Additional information** | ||
If applicable, add screenshots or a video to help explain your problem. | ||
Please attach [dhewm3log.txt](https://github.com/dhewm/dhewm3/wiki/FAQ#where-do-i-find-the-config-files-and-savegames-and-dhewm3logtxt) | ||
A **savegame** also often helps to more quickly reproduce a bug |
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,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for dhewm3 | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- NOTE: Please check the existing feature requests first to se if it has already been reported. In that case, just add a comment there with your additional information/ideas --> | ||
|
||
**Describe the feature you want** | ||
A clear and concise description of what the feature is supposed to do. | ||
Add screenshots or illustrations or whatever if you think it helps explaining. | ||
|
||
**What problem does it solve?** | ||
Describe what problem the feature would solve, or how it would improve the game. | ||
|
||
**Additional information** | ||
If you have ideas how it could be implemented, or what other open source projects to check out that already have the feature, or links with information about the feature or any other additional information, post it here. |