From 7b4c285738b182ccb0a776ffe7de2c2b1b884d2d Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Fri, 28 Oct 2022 14:23:06 +0200 Subject: [PATCH] improve isuses templates --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- .github/ISSUE_TEMPLATE/feature.yml | 2 +- .github/ISSUE_TEMPLATE/file-issue.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index cf67e64..3df229d 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -8,7 +8,7 @@ body: options: - label: Try with the [newest version from GitHub](https://github.com/mifi/lossless-cut/releases/latest) required: true - - label: Read all the documentation at https://github.com/mifi/lossless-cut and **Known issues / Troubleshooting** + - label: Read the [documentation](https://github.com/mifi/lossless-cut) and [FAQ, Known issues, Troubleshooting](https://github.com/mifi/lossless-cut/blob/master/issues.md) required: true - label: Search for your problem under [Issues](https://github.com/mifi/lossless-cut/issues) or [Discussions](https://github.com/mifi/lossless-cut/discussions) required: true diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 6326aa9..f64ba55 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -10,7 +10,7 @@ body: required: true - label: Try with the [newest version from GitHub](https://github.com/mifi/lossless-cut/releases/latest) required: true - - label: Read all the documentation at https://github.com/mifi/lossless-cut to see if the feature already exists + - label: Read the [documentation](https://github.com/mifi/lossless-cut) and [FAQ, Known issues, Troubleshooting](https://github.com/mifi/lossless-cut/blob/master/issues.md) to see if the feature already exists required: true - label: See if someone already suggested this under [Issues](https://github.com/mifi/lossless-cut/issues) or [Discussions](https://github.com/mifi/lossless-cut/discussions) required: true diff --git a/.github/ISSUE_TEMPLATE/file-issue.yml b/.github/ISSUE_TEMPLATE/file-issue.yml index 31fd902..7fd45f1 100644 --- a/.github/ISSUE_TEMPLATE/file-issue.yml +++ b/.github/ISSUE_TEMPLATE/file-issue.yml @@ -14,7 +14,7 @@ body: required: true - label: Try with the [newest version from GitHub](https://github.com/mifi/lossless-cut/releases/latest) required: true - - label: Read all the documentation at https://github.com/mifi/lossless-cut and **Known issues / Troubleshooting** + - label: Read the [documentation](https://github.com/mifi/lossless-cut) and [FAQ, Known issues, Troubleshooting](https://github.com/mifi/lossless-cut/blob/master/issues.md) required: true - label: Search for your problem under [Issues](https://github.com/mifi/lossless-cut/issues) or [Discussions](https://github.com/mifi/lossless-cut/discussions) required: true