Feature/update issue templates (#630)

* Update issue templates with latest versions from the server

* Add additional points to "bug_report" issue template
This commit is contained in:
schroda
2024-03-02 01:29:15 +01:00
committed by GitHub
parent c9a4ed620c
commit 92fe3eaaa6
3 changed files with 15 additions and 8 deletions

View File

@@ -11,8 +11,8 @@ I acknowledge that:
- I have updated to the latest version of the app. - I have updated to the latest version of the app.
- I have tried the troubleshooting guide described in `README.md` - I have tried the troubleshooting guide described in `README.md`
- If this is a request for adding/changing an extension it should be brought up to Tachiyomi: https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose - If this is a request for adding/changing an extension it should be brought up to your extension repo.
- If this is an issue with some extension not working properly, It does work inside Tachiyomi as intended. - If this is an issue with some extension not working properly, It does work inside Mihon (Tachiyomi) as intended.
- I have searched the existing issues and this is a new ticket **NOT** a duplicate or related to another open issue - I have searched the existing issues and this is a new ticket **NOT** a duplicate or related to another open issue
- I will fill out the title and the information in this template - I will fill out the title and the information in this template
@@ -23,12 +23,13 @@ Note that the issue will be automatically closed if you do not fill out the titl
--- ---
## Device information ## Device information
- Suwayomi version: (Example: v0.2.3-r255-win32) - Suwayomi-WebUI version: (Example: r1234)
- Suwayomi-Server version: (Example: v1.0.0-r1438-win32)
- Server Operating System: (Example: Ubuntu 20.04) - Server Operating System: (Example: Ubuntu 20.04)
- Server Desktop Environment: N/A or (Example: Gnome 40) - Server Desktop Environment: N/A or (Example: Gnome 40)
- Server JVM version: bundled with win32 or (Example: Java 8 Update 281 or OpenJDK 8u281) - Server JVM version: bundled with win32 or (Example: Java 8 Update 281 or OpenJDK 8u281)
- Client Operating System: <usually the same as above Server Operating System> - Client Operating System: <usually the same as above Server Operating System>
- Client Web Browser: (Example: Google Chrome 89.0.4389.82) - Client Web Browser: (Example: Google Chrome 89.0.4389.82)
## Steps to reproduce ## Steps to reproduce
1. First Step 1. First Step
@@ -41,4 +42,10 @@ Describe what should have happened. Remove this line after you are done.
Describe what happens instead. Remove this line after you are done. Describe what happens instead. Remove this line after you are done.
## Other details ## Other details
Describe additional details If necessary. Remove this line after you are done. Describe additional details If necessary. Remove this line after you are done.
### Video
Provide a video showcasing the issue. Remove this line after you are done.
### Screenshots
Provide screenshots showcasing the issue. Remove this line after you are done.

View File

@@ -11,8 +11,8 @@ I acknowledge that:
- I have updated to the latest version of the app. - I have updated to the latest version of the app.
- I have tried the troubleshooting guide described in `README.md` - I have tried the troubleshooting guide described in `README.md`
- If this is a request for adding/changing an extension it should be brought up to Tachiyomi: https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose - If this is a request for adding/changing an extension it should be brought up to your extension repo.
- If this is an issue with some extension not working properly, It does work in Tachiyomi application as intended. - If this is an issue with some extension not working properly, It does work inside Mihon (Tachiyomi) as intended.
- I have searched the existing issues and this is a new ticket **NOT** a duplicate or related to another open issue - I have searched the existing issues and this is a new ticket **NOT** a duplicate or related to another open issue
- I will fill out the title and the information in this template - I will fill out the title and the information in this template

View File

@@ -37,7 +37,7 @@ jobs:
}, },
{ {
"type": "body", "type": "body",
"regex": ".*(Suwayomi-Server version|Server Operating System|Server Desktop Environment|Server JVM version|Client Operating System|Client Web Browser):.*(\\(Example:|<usually).*", "regex": ".*(Suwayomi-WebUI version|Suwayomi-Server version|Server Operating System|Server Desktop Environment|Server JVM version|Client Operating System|Client Web Browser):.*(\\(Example:|<usually).*",
"message": "The requested information was not filled out" "message": "The requested information was not filled out"
}, },
{ {