chore(github): update issue templates
This commit is contained in:
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -2,7 +2,7 @@
|
|||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report of a bug or crash
|
about: Create a report of a bug or crash
|
||||||
title: "[BUG] <enter your title here>"
|
title: "[BUG] <enter your title here>"
|
||||||
labels: bug, priority-unassigned
|
labels: bug, needs-triage
|
||||||
assignees: nsh07
|
assignees: nsh07
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -12,6 +12,7 @@ A clear and concise description of what the bug is.
|
|||||||
|
|
||||||
**To Reproduce**
|
**To Reproduce**
|
||||||
Steps to reproduce the behavior:
|
Steps to reproduce the behavior:
|
||||||
|
|
||||||
1. Go to '...'
|
1. Go to '...'
|
||||||
2. Click on '....'
|
2. Click on '....'
|
||||||
3. Scroll down to '....'
|
3. Scroll down to '....'
|
||||||
@@ -24,10 +25,11 @@ A clear and concise description of what you expected to happen.
|
|||||||
If applicable, add screenshots to help explain your problem.
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
**Device (please complete the following information):**
|
**Device (please complete the following information):**
|
||||||
- Device model: [e.g. Google Pixel 10]
|
|
||||||
- Android version: [e.g. Android 16]
|
- Device model: [e.g. Google Pixel 10]
|
||||||
- App version: [e.g. v1.4.3]
|
- Android version: [e.g. Android 16]
|
||||||
- Installed from: [e.g. Play Store]
|
- App version: [e.g. v1.4.3]
|
||||||
|
- Installed from: [e.g. Play Store]
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -2,7 +2,7 @@
|
|||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest a new feature
|
about: Suggest a new feature
|
||||||
title: "[FEATURE] <enter your title here>"
|
title: "[FEATURE] <enter your title here>"
|
||||||
labels: enhancement, priority-unassigned
|
labels: enhancement, needs-triage
|
||||||
assignees: nsh07
|
assignees: nsh07
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user