Skip to content

Commit

Permalink
Feature/update issue templates (#630)
Browse files Browse the repository at this point in the history
* Update issue templates with latest versions from the server

* Add additional points to "bug_report" issue template
  • Loading branch information
schroda authored Mar 2, 2024
1 parent c9a4ed6 commit 92fe3ea
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
17 changes: 12 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ I acknowledge that:

- I have updated to the latest version of the app.
- 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 an issue with some extension not working properly, It does work inside Tachiyomi as intended.
- 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 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 will fill out the title and the information in this template

Expand All @@ -23,12 +23,13 @@ Note that the issue will be automatically closed if you do not fill out the titl
---

## 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 Desktop Environment: N/A or (Example: Gnome 40)
- 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 Web Browser: (Example: Google Chrome 89.0.4389.82)
- Client Web Browser: (Example: Google Chrome 89.0.4389.82)

## Steps to reproduce
1. First Step
Expand All @@ -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.

## 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.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ I acknowledge that:

- I have updated to the latest version of the app.
- 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 an issue with some extension not working properly, It does work in Tachiyomi application as intended.
- 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 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 will fill out the title and the information in this template

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue_moderator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
},
{
"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"
},
{
Expand Down

0 comments on commit 92fe3ea

Please sign in to comment.