Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Oct 8, 2022
1 parent 4600145 commit d15dc18
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit d15dc18

Please sign in to comment.