mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 15:35:08 +01:00
6c9135c093
* Improve issue reporting workflow.
* Add meta request template
* Remove old template
* Fix label for bug
* Add template text.
* Remove meta request
As per [review](https://github.com/inorichi/tachiyomi/pull/2189#discussion_r321668645)
* Remove Acceptance Criteria
As per [review](https://github.com/inorichi/tachiyomi/pull/2189#discussion_r321665449)
* Requested changes from arkon
All except the default template.
* Revert "Remove old template"
This reverts commit b9ef01f655
.
25 lines
373 B
Markdown
25 lines
373 B
Markdown
---
|
|
name: "🐞 Bug report"
|
|
about: Report a bug
|
|
title: "[Bug] Write short description here"
|
|
labels: "bug"
|
|
|
|
---
|
|
|
|
### Device information
|
|
* Tachiyomi version: ?
|
|
* Android version: ?
|
|
|
|
## Steps to reproduce
|
|
1. First step
|
|
2. Second step
|
|
|
|
### Expected behavior
|
|
This should happen.
|
|
|
|
### Actual behavior
|
|
This happened instead.
|
|
|
|
### Other details
|
|
Additional details and attachments.
|