mirror of
https://github.com/go-shiori/shiori.git
synced 2025-02-20 22:13:17 +08:00
Update issue templates
This commit is contained in:
parent
460014581c
commit
d15dc18674
2 changed files with 47 additions and 0 deletions
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Report problems with Shiori
|
||||
title: One line description of the bug
|
||||
labels: type:bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Data
|
||||
- **Shiori version**:
|
||||
- **Database Engine**:
|
||||
- **Operating system**:
|
||||
- **CLI/Web interface/Web Extension**:
|
||||
|
||||
## Describe the bug / actual behavior
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
## Expected behavior
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
## To Reproduce
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
## Screenshots
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
## Notes
|
||||
Add any other context about the problem here.
|
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: PLEASE READ ISSUE
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
Please report feature requests in the [discussions section](https://github.com/go-shiori/shiori/discussions/categories/feature-requests).
|
||||
|
||||
Feature requests in issues would be likely moved on there until we plan to work on them somewhere in the future. Having them in discussions helps with the conversation and voting of future new features, as well as to keep the issues section clean and with items to address only.
|
||||
|
||||
Thank you.
|
Loading…
Reference in a new issue