mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-03-21 18:21:08 +00:00
Add issue template for bug reports and feature requests
what a lame 1000th commit :-p
This commit is contained in:
parent
872905f300
commit
0af60549ab
2 changed files with 52 additions and 0 deletions
31
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
31
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -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
|
21
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for dhewm3
|
||||
title: ''
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- NOTE: Please check the existing feature requests first to see 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 and,
|
||||
if a similar feature already exists, why it's not sufficient.
|
||||
|
||||
**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.
|
Loading…
Reference in a new issue