Merge branch 'master' of https://github.com/Jays2Kings/tachiyomi
This commit is contained in:
commit
6a7e9937de
2 changed files with 8 additions and 5 deletions
7
.github/ISSUE_TEMPLATE/bug_report.md
vendored
7
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,14 +1,15 @@
|
|||
---
|
||||
name: "🐞 Bug report"
|
||||
name: "\U0001F41E Bug report"
|
||||
about: Report a bug
|
||||
title: "[Bug] Write short description here"
|
||||
labels: "bug"
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
### Device information
|
||||
* Tachiyomi version: ?
|
||||
* Android version: ?
|
||||
* Android phone & version: ?
|
||||
|
||||
## Steps to reproduce
|
||||
1. First step
|
||||
|
|
6
.github/ISSUE_TEMPLATE/feature_request.md
vendored
6
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -1,10 +1,12 @@
|
|||
---
|
||||
name: "🌟 Feature request"
|
||||
name: "\U0001F31F Feature request"
|
||||
about: Suggest a feature to improve Tachiyomi
|
||||
title: "[Feature Request] Write short description here"
|
||||
labels: "feature"
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
### Why/User Benefit/User Problem
|
||||
(explain why this feature should be added)
|
||||
|
||||
|
|
Reference in a new issue