From 21dd7eb2308e227b981803f64b8c06b1a1017614 Mon Sep 17 00:00:00 2001 From: Patrick Fong Date: Wed, 16 Jun 2021 16:39:13 -0700 Subject: [PATCH] Simplify bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0d036f13..a35d4b6e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,25 +6,26 @@ labels: "" assignees: "" --- -**Describe the bug** -What the bug is. +## Describe the bug -**To Reproduce** -Steps to reproduce the behavior. +## Steps to Reproduce -**Expected behavior** -What you expected to happen. +## Screenshots -**Screenshots** -If applicable, add screenshots to help explain your problem. +If applicable, add screenshots to help explain the bug. -**Environment** +## Environment -- Fish: [e.g. 3.1.2] -- fzf.fish: [e.g. 5.3] -- plugin manager: [e.g. fisher 4.2.0] +- [ ] I have made sure my CLIs meet the [minimum version requirements](https://github.com/PatrickF1/fzf.fish#installation) + +Versions installed: + +- Fish: [e.g. 3.2.2] +- fzf.fish: [e.g. 7.0] +- plugin manager: [e.g. fisher 4.3.0] - terminal: [e.g. iTerm] - OS: [e.g. macOS 10.15.7] -**Additional context** +## Additional context + Anything else?