From 7d453dfdc590251a84887676488930f76ab5e155 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Fri, 28 Feb 2020 08:11:27 +0100 Subject: [PATCH] Simplify issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 30 ++++++++++-------------- .github/ISSUE_TEMPLATE/syntax_request.md | 12 ++++------ 2 files changed, 18 insertions(+), 24 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9e401f4a..6ac11a90 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,37 +7,33 @@ assignees: '' --- -\------------------------------------------------------------------------------------------------- -**Hey there, thanks for creating an issue!** + **What version of `bat` are you using?** [paste the output of `bat --version` here] -**Describe the bug you encountered:** +**Describe the bug you encountered:** ... -**Describe what you expected to happen?** +**Describe what you expected to happen?** ... -**How did you install `bat`?** +**How did you install `bat`?** apt-get, homebrew, GitHub release, etc. --- [paste the output of `info.sh` here] - diff --git a/.github/ISSUE_TEMPLATE/syntax_request.md b/.github/ISSUE_TEMPLATE/syntax_request.md index aabf3e71..e9c2f61f 100644 --- a/.github/ISSUE_TEMPLATE/syntax_request.md +++ b/.github/ISSUE_TEMPLATE/syntax_request.md @@ -7,8 +7,8 @@ assignees: '' --- -\------------------------------------------------------------------------------------------------- -**BEFORE YOU MAKE A REQUEST:** + -Once you have confirmed that it meets our guidelines, you can remove this header and continue. -\------------------------------------------------------------------------------------------------- - -**Syntax:** syntax/language name +**Syntax:** +[Name or description of the syntax/language here] **Guideline Criteria:** [packagecontro.io link here] -