Update issue templates

This commit is contained in:
Austin Huang 2020-07-01 18:38:28 -04:00 committed by GitHub
parent 90f7fb34ef
commit d523a1e22c
2 changed files with 59 additions and 0 deletions

39
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,39 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ''
---
<!--
First, describe the bug here. Don't stress too much, but do include the key points.
-->
## Steps
<!--
DETAILED Steps to reproduce the behaviour. If you do not describe this part clearly, I may ignore the issue.
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
-->
### Expected Behaviour
## Screenshots
<!-- if applicable -->
## Environment
- Device:
- Android version:
- App version:
<!-- Long press Instagrabber => App info => Advanced => Version number is at the bottom -->
## Additional info
<!-- If you have log (and it's working), upload it here. -->

View File

@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FTR]"
labels: enhancement
assignees: ''
---
**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 [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.