From 5dc278b90b9aa8b39036387c365bdea7c6196b6e Mon Sep 17 00:00:00 2001 From: Daniel Gibson Date: Wed, 21 Aug 2024 02:20:37 +0200 Subject: [PATCH] Add issue template for bug reports and feature requests --- .github/ISSUE_TEMPLATE/bug_report.md | 31 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..8faad7a20 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Report a problem with dhewm3 +title: '' +labels: '' +assignees: '' + +--- + + + +**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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..551e8ea32 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for dhewm3 +title: '' +labels: enhancement +assignees: '' + +--- + + + +**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.