Browse Source

Update issue templates

legacy
Austin Huang 4 years ago
committed by GitHub
parent
commit
d523a1e22c
  1. 39
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 20
      .github/ISSUE_TEMPLATE/feature_request.md

39
.github/ISSUE_TEMPLATE/bug_report.md

@ -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. -->

20
.github/ISSUE_TEMPLATE/feature_request.md

@ -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.
Loading…
Cancel
Save