Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: updated issue template #672

Merged
merged 6 commits into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ 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**:
- **Shiori version**: If unknown, run `shiori version` in your terminal or check your server logs. If you don't have the command or information in your logs you are probably running an older version (1.5.4 or older).
- **Database Engine**: If unknown, SQLite is the default.
- **Operating system**:
- **CLI/Web interface/Web Extension**:

## Describe the bug / actual behavior
A clear and concise description of what the bug is.
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ 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).
Expand Down
Loading