From 146d7d3936dac0b791869625e9bdbd7eaa8f2230 Mon Sep 17 00:00:00 2001 From: Harrison Cramer Date: Tue, 15 Aug 2023 08:26:26 -0400 Subject: [PATCH] Updated issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 26 ++++++++++++----------- .github/ISSUE_TEMPLATE/feature_request.md | 10 +-------- 2 files changed, 15 insertions(+), 21 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2fff066..9a03989 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,21 +7,23 @@ assignees: '' --- -**Describe the bug** +## Prerequsities + +- [ ] The "Troubleshooting" section of the README did not help +- [ ] I've installed the required dependencies + +## Bug Description + A clear and concise description of what the bug is. -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +## Reproduction Steps -**Expected behavior** -A clear and concise description of what you expected to happen. +1. Check out the feature branch +2. Open Neovim +3. ... + +## Screenshots -**Screenshots** If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** - - OS: [e.g. iOS] +## Other Details diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index fa57668..40bc980 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,12 +7,4 @@ assignees: '' --- -**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 [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**I am willing to submit a PR for this change** -- [ ] yes -- [ ] no +## Feature Description