From ace671af158eeff4065b63031df46cea97abfe62 Mon Sep 17 00:00:00 2001 From: Nathan Mattes Date: Mon, 20 Nov 2023 18:14:49 +0100 Subject: [PATCH] Update bug.yaml --- .github/ISSUE_TEMPLATE/bug.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index c4a1f4911..576c721a2 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -1,14 +1,14 @@ name: 🐞 Bug -description: File a bug/issue +description: File a bug title: "[BUG] " labels: [Bug, Needs Triage] body: - type: checkboxes attributes: label: Is there an existing issue for this? - description: Please search to see if an issue already exists for the bug you encountered. + description: Please [search the issues](https://github.com/mastodon/mastodon-ios/issues) to see if an issue already exists for the bug you encountered. Please check also the [closed issues](https://github.com/mastodon/mastodon-ios/issues?q=is%3Aissue+is%3Aclosed). options: - - label: I have searched the existing issues + - label: I have searched the issues (both open and closed) required: true - type: textarea attributes: @@ -41,7 +41,7 @@ body: examples: - **Device**: iPhone X - **OS**: iOS 15.3 - - **Version**: v1.3.0 + - **Version**: `2023.15` - **Build**: 103 value: | - Device: @@ -59,4 +59,4 @@ body: Tip: You can attach images or video or log files by clicking this area to highlight it and then dragging files in. validations: - required: false \ No newline at end of file + required: false