🚀 Add issue templates

Added issue templates for users to use when submitting errors. This will ensure consistency of Issues and solving issues more quickly due to more clear description.
This commit is contained in:
Acclorite 2024-08-12 23:28:43 +03:00 committed by GitHub
parent 73777274a4
commit e4b884e150
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 84 additions and 0 deletions

View file

@ -0,0 +1,26 @@
---
name: Book parser issue
about: Report an issue with parser
title: ''
labels: "\U0001F3BC Parser issue"
assignees: Acclorite
---
**Where it happened?**
Describe where issue with the parser occurred, for example: "Issue occurred at 40.1%" or "Could not add this book because of error in Browse Screen".
**Short description of what is wrong**
Describe in short the problem, for example: "Weird line break" or "App says file is empty when it is not".
**Attach problematic file (necessary!)**
Attach the file you had problems with. This step is necessary, without it issue may be closed, if no appropriate reason given.
**Screenshots (optional)**
If applicable, add screenshots to help explain your problem.
**Additional context (optional)**
Any additional info you may want to give.
Please don't use titles like [Parser Issue], use clear and well formatted titles like "Error with parsing book [Book Name].[File Format]".
Duplicates and invalid issues will be closed.

35
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,35 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: "\U0001F47E Bug"
assignees: Acclorite
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots (optional)**
If applicable, add screenshots to help explain your problem.
**Device Info (please complete the following information):**
- Device: [e.g. Pixel 8]
- Android Version: [e.g. 14]
- Version of the app [e.g. v1.1.0]
**Additional context (optional)**
Add any other context about the problem here.
Please don't use titles like [Bug], use clear and well formatted titles like "Some error in Screen".
Duplicates and invalid issues will be closed.

View file

@ -0,0 +1,23 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: "\U0001F680 Feature request"
assignees: Acclorite
---
**Why you want this feature to be implemented? Please describe.**
Describe why you'd like to see this feature in the app.
**Describe the feature you'd like to be implemented**
Describe as good as you can how you would like this feature to be implemented and idea behind it.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
Please don't use titles like [Feature Request], use clear and well formatted titles like "New feature in Screen".
Duplicates and invalid issues will be closed.