github: lay down some ground rules in issue templates

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-10-10 11:39:52 +05:30
parent e139e65a6e
commit 8b86f36552
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 27 additions and 5 deletions

View file

@ -1,12 +1,23 @@
---
name: Bug report
about: Create a report to help us improve
about: Create a report to help us address issues you are facing with the app
title: "[BUG]"
labels: bug
labels: bug, 'triage: needed'
assignees: ''
---
<!--
Thanks for taking the time to file this issue! Here are a few things to check before clicking the submit button :)
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.
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+.
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.
-->
**Describe the bug**
A clear and concise description of what the bug is.

View file

@ -1,12 +1,23 @@
---
name: Feature request
about: Suggest an idea for this project
about: Suggest a new feature to be included in the app
title: "[FEATURE]"
labels: enhancement
assignees: ''
labels: feature, 'triage: needed'
assignees: 'msfjarvis'
---
<!--
Thanks for taking the time to file this issue! Here are a few things to check before clicking the submit button :)
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.
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.
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.
-->
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]