🎨 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:
14
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
14
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@@ -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: 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
|
- type: input
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: "What version of Keepass2Android are you using?"
|
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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -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: ''
|
||||||
|
|
||||||
|
2
.github/ISSUE_TEMPLATE/question.md
vendored
2
.github/ISSUE_TEMPLATE/question.md
vendored
@@ -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: ''
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user