From 69a02964f4877f85271b5cdb09123e038c3bf9ec Mon Sep 17 00:00:00 2001 From: Adrian Date: Thu, 1 Sep 2022 13:14:36 +0200 Subject: [PATCH] Add checkmarks, cursive suggestions (#1444) --- .github/ISSUE_TEMPLATE/bug_report.md | 17 ++++++++++------- .github/ISSUE_TEMPLATE/feature_request.md | 10 ++++++---- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e1abfe10e..91545f69d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,8 +4,11 @@ about: Create a report to help us improve --- +- [ ] I searched the issue tracker for other issues covering my case +- [ ] This is a Launcher issue. (Usually if you can reproduce it with a fresh instance) + **Describe the bug** -A clear and concise description of what the bug is. +_A clear and concise description of what the bug is._ **To Reproduce** Steps to reproduce the behavior: @@ -15,20 +18,20 @@ Steps to reproduce the behavior: 4. See error **Expected behavior** -A clear and concise description of what you expected to happen. +_A clear and concise description of what you expected to happen._ **Possible solutions** -Some ideas of how you would solve this issue, if possible +_Some ideas of how you would solve this issue, if possible_ **Screenshots** -If applicable, add screenshots to help explain your problem. +_If applicable, add screenshots to help explain your problem._ **Operating System:** -- OS: [e.g. Windows] -- Version: [e.g. 10] +- OS: [e.g. Windows 10] +- Launcher Version: [e.g. v1.1.10] - Java Version: [e.g. 8/16] - Minecraft Version: [e.g. 1.16.5] - Mod Loader: [e.g. Forge/Fabric] **Additional context** -Add any other context about the problem here. +_Add any other context about the problem here._ diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 066b2d920..c5c38dffc 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,14 +4,16 @@ about: Suggest an idea for this project --- +- [ ] I searched the issue tracker for other issues covering my case. + **Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +_A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]_ **Describe the solution you'd like** -A clear and concise description of what you want to happen. +_A clear and concise description of what you want to happen._ **Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. +_A clear and concise description of any alternative solutions or features you've considered._ **Additional context** -Add any other context or screenshots about the feature request here. +_Add any other context or screenshots about the feature request here._