Skip to content

Commit

Permalink
Add issue template for bug reports and feature requests
Browse files Browse the repository at this point in the history
what a lame 1000th commit :-p
  • Loading branch information
DanielGibson committed Aug 21, 2024
1 parent 872905f commit 0af6054
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 0af6054

Please sign in to comment.