Update issue templates

This commit is contained in:
Felipe Martin Garcia 2022-10-08 13:12:02 +02:00 committed by GitHub
parent 460014581c
commit d15dc18674
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 47 additions and 0 deletions

33
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View 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.

View 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.