From 37a6da5a3b2840c7f33631a8ccc66a581fda8e8c Mon Sep 17 00:00:00 2001 From: Robert Ellegate Date: Sun, 9 Apr 2023 11:16:01 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style(issue=5Ftemplate):=20add?= =?UTF-8?q?=20prefixes=20to=20issue=20titles=20Add=20prefixes=20to=20issue?= =?UTF-8?q?=20titles=20to=20improve=20consistency=20and=20make=20it=20easi?= =?UTF-8?q?er=20to=20identify=20the=20type=20of=20issue.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - `[FEAT]` for feature requests - `[QUESTION]` for questions Also, update the bug report template to move the instructions for finding the app version to a markdown section and remove the placeholder text from the version input field. This makes it clearer and easier to follow the instructions. --- .github/ISSUE_TEMPLATE/bug_report.yaml | 14 ++++++++------ .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 224c50a1..f594466c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -23,16 +23,18 @@ body: id: expected attributes: label: "Describe what you expected to happen:" + - type: markdown + attributes: + value: | + Please follow these steps to find your app version: + 1. Click the **⁝** icon in the top right corner + 2. Select **Settings** + 3. Click **About** + 4. Find the "Version" information and provide it here - type: input id: version attributes: label: "What version of Keepass2Android are you using?" - placeholder: | - Please follow these steps to find your app version: - 1. Click the **⁝** icon in the top right corner - 2. Select **Settings** - 3. Click **About** - 4. Find the "Version" information and provide it here validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 3b69df7a..fdb2ed38 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature Request about: Suggest an idea for this project. -title: '' +title: '[FEAT] ' labels: enhancement assignees: '' diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index b3d154c3..8953e6b7 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,7 +1,7 @@ --- name: Question about: Ask a question about 'Keepass2Android'. -title: '' +title: '[QUESTION] ' labels: question assignees: ''