Issue templates (#1447)

Add templates for issues.
This commit is contained in:
Harsh Parekh 2019-10-06 10:17:15 -04:00 committed by arkon
parent be4c6f54f8
commit e91801b3d8
4 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
name: "🌟 Feature request"
about: Suggest a feature to improve a source
title: "[Feature Request] Source name : Short Description"
labels: "feature request"
assignees: ''
---
### What feature should be added to this source?

12
.github/ISSUE_TEMPLATE/meta_request.md vendored Normal file
View File

@ -0,0 +1,12 @@
---
name: "🧠 Meta feature request"
about: Suggest improvements to the this project
title: "[Meta]"
labels: "🧠 meta request"
assignees: ''
---
### Why/Project's Benefit/Existing Problem
(explain why this should be added)
### Other Details

25
.github/ISSUE_TEMPLATE/source_bug.md vendored Normal file
View File

@ -0,0 +1,25 @@
---
name: "\U0001F41E Bug report"
about: Report a bug
title: "[Bug] Source Name : Short Description"
labels: "bug"
assignees: ''
---
### Device information
* Tachiyomi extension version: ?
* Tachiyomi version: ?
* Android version: ?
## Steps to reproduce
1. First Step
2. Second Step
### Expected behavior
This should have happened
### Actual behavior
This happens instead
### Other details

View File

@ -0,0 +1,12 @@
---
name: "Source Request"
about: Suggest a Source for Tachiyomi
title: "[Source Request] Source Name"
labels: "Source Request"
assignees: ''
---
### Source Website
The website for this source can be found [here](website_url).
### Other Details