From f1117df794f4eb0267dac69bcebe2dc42dd94a3d Mon Sep 17 00:00:00 2001 From: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com> Date: Sun, 29 May 2022 22:18:58 +0000 Subject: [PATCH] Update issue templates (#2257) * Update bug_report.yaml * Update feature_request.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 4 +++- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index f139b29d2..2857ad4f5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -17,6 +17,8 @@ body: required: true - label: I have searched the [issue tracker](https://github.com/FreeTubeApp/FreeTube/issues) for a bug report that matches the one I want to file, without success. required: true + - label: I have searched the [documentation](https://docs.freetubeapp.io/) for information that matches the description of the bug I want to file, without success. + required: true - type: textarea attributes: label: Describe the bug @@ -113,4 +115,4 @@ body: description: Please ensure you've completed the following, if applicable. options: - label: I have encountered this bug in the latest [nightly build](https://docs.freetubeapp.io/development/nightly-builds). - required: false \ No newline at end of file + required: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index acf119bcf..c010ec761 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -15,6 +15,8 @@ body: options: - label: I have searched the [issue tracker](https://github.com/FreeTubeApp/FreeTube/issues) for a feature request that matches the one I want to file, without success. required: true + - label: I have searched the [documentation](https://docs.freetubeapp.io/) for information that matches the description of the feature request I want to file, without success. + required: true - type: textarea attributes: label: Problem Description