From f239f9ab7b5ec73fb2deed85ea9c938b32b7ad80 Mon Sep 17 00:00:00 2001 From: M&M Date: Fri, 29 Jan 2021 17:16:08 -0800 Subject: [PATCH] Add issue templates @Crementif feel free to modify these to make more sense to the graphic packs context, and for the end user these were loosely modified from the defaults that GitHub provides --- .github/ISSUE_TEMPLATE/bug_report.md | 31 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 13 ++++++++++ 2 files changed, 44 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 00000000..1ae25395 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Report an issue to help us improve the packs! +title: "[GAME NAME] Issue" +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the issue is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Boot game up +2. Go to here +3. Issue that happens + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [Windows, Linux (via Wine)] + - Renderer [Vulkan or OpenGL] + - Version [e.g. 1.22.5] + +**Additional context** +Add any other context about the problem here. Add a save file if it's needed at a specific point in the game. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..87c90c5d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,13 @@ +--- +name: Feature request +about: Suggest a game to look into, or an enhancement to an already supported game. +title: "[GAME NAME] Request" +labels: request +assignees: '' + +--- + +Mention a brief description of your request. + +**Additional context** +Add any other context or screenshots about the feature request here.