Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 8b86f36

Browse files
committed
github: lay down some ground rules in issue templates
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent e139e65 commit 8b86f36

File tree

2 files changed

+27
-5
lines changed

2 files changed

+27
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
---
22
name: Bug report
3-
about: Create a report to help us improve
3+
about: Create a report to help us address issues you are facing with the app
44
title: "[BUG]"
5-
labels: bug
5+
labels: bug, 'triage: needed'
66
assignees: ''
77

88
---
99

10+
<!--
11+
Thanks for taking the time to file this issue! Here are a few things to check before clicking the submit button :)
12+
13+
1. Make sure you're on the latest version of the app. The current release can be found here: https://github.com/android-password-store/android-password-store/releases/latest.
14+
15+
2. Search through **both** open and closed issues for your bug: https://github.com/android-password-store/Android-Password-Store/issues?q=is%3Aissue+sort%3Aupdated-desc+.
16+
17+
3. ALWAYS fill this template. If you fail to do so, your issue will be immediately closed with no response. Maintaining open source projects for free is hard work, and we expect users to respect that time and effort by putting in a little bit of their own. That helps us fix these problems faster and in return you get a better app — everybody wins.
18+
19+
-->
20+
1021
**Describe the bug**
1122
A clear and concise description of what the bug is.
1223

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
---
22
name: Feature request
3-
about: Suggest an idea for this project
3+
about: Suggest a new feature to be included in the app
44
title: "[FEATURE]"
5-
labels: enhancement
6-
assignees: ''
5+
labels: feature, 'triage: needed'
6+
assignees: 'msfjarvis'
77

88
---
99

10+
<!--
11+
Thanks for taking the time to file this issue! Here are a few things to check before clicking the submit button :)
12+
13+
1. Make sure you're on the latest version of the app. Features are being added all the time and it is entirely possible what you're requesting has already been added. The current release can be found here: https://github.com/android-password-store/android-password-store/releases/latest.
14+
15+
2. Check the changelog file to confirm that the feature hasn't been added for an upcoming release: https://github.com/android-password-store/Android-Password-Store/blob/develop/CHANGELOG.md.
16+
17+
3. ALWAYS fill this template. If you fail to do so, your issue will be immediately closed with no response. Maintaining open source projects for free is hard work, and we expect users to respect that time and effort by putting in a little bit of their own. A feature request that is clear and explicit in its needs lets us get to work faster.
18+
19+
-->
20+
1021
**Is your feature request related to a problem? Please describe.**
1122
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1223

0 commit comments

Comments
 (0)