🎨 style(issue_template): add prefixes to issue titles

Add prefixes to issue titles to improve consistency and make it easier to identify the type of issue.

- `[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.
This commit is contained in:
Robert Ellegate
2023-04-09 11:16:01 -04:00
parent 1efe2e16a5
commit 37a6da5a3b
3 changed files with 10 additions and 8 deletions

View File

@@ -23,16 +23,18 @@ body:
id: expected id: expected
attributes: attributes:
label: "Describe what you expected to happen:" label: "Describe what you expected to happen:"
- type: input - type: markdown
id: version
attributes: attributes:
label: "What version of Keepass2Android are you using?" value: |
placeholder: |
Please follow these steps to find your app version: Please follow these steps to find your app version:
1. Click the **⁝** icon in the top right corner 1. Click the **⁝** icon in the top right corner
2. Select **Settings** 2. Select **Settings**
3. Click **About** 3. Click **About**
4. Find the "Version" information and provide it here 4. Find the "Version" information and provide it here
- type: input
id: version
attributes:
label: "What version of Keepass2Android are you using?"
validations: validations:
required: true required: true
- type: textarea - type: textarea

View File

@@ -1,7 +1,7 @@
--- ---
name: Feature Request name: Feature Request
about: Suggest an idea for this project. about: Suggest an idea for this project.
title: '' title: '[FEAT] '
labels: enhancement labels: enhancement
assignees: '' assignees: ''

View File

@@ -1,7 +1,7 @@
--- ---
name: Question name: Question
about: Ask a question about 'Keepass2Android'. about: Ask a question about 'Keepass2Android'.
title: '' title: '[QUESTION] '
labels: question labels: question
assignees: '' assignees: ''