Improve issue reporting workflow.

This commit is contained in:
Harsh Parekh 2019-08-24 07:11:25 -04:00
parent 3abae1cc75
commit a675361d51
2 changed files with 35 additions and 0 deletions

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

@ -0,0 +1,20 @@
---
name: "\U0001F41E Bug report"
about: Report a bug
title: "[Bug]"
labels: "\U0001F41E bug"
assignees: ''
---
### Device information
* Tachiyomi version: ?
* Android version: ?
## Steps to reproduce
### Expected behavior
### Actual behavior
### Other details

View File

@ -0,0 +1,15 @@
---
name: "🌟 Feature request"
about: Suggest a feature to improve Tachiyomi
title: "[Feature Request]"
labels: "🌟 feature request"
assignees: ''
---
### Why/User Benefit/User Problem
(explain why this feature should be added)
### What/Requirements
(explain how this feature would behave)
### Acceptance Criteria (how do I know when Im done?)