add server Desktop Environment

This commit is contained in:
Aria Moradi 2021-03-25 04:03:48 +04:30
parent 44100cb5b6
commit 1c0c09f2f2
2 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ Note that the issue will be automatically closed if you do not fill out the titl
## Device information ## Device information
- Tachidesk version: (Example: v0.2.3-r255-win32) - Tachidesk version: (Example: v0.2.3-r255-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 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)

View File

@ -26,7 +26,7 @@ jobs:
}, },
{ {
"type": "body", "type": "body",
"regex": "(Tachidesk version|Server Operating System|Server JVM version|Client Operating System|Client Web Browser):.*(\\(Example:|<usually).*", "regex": "(Tachidesk 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"
}, },
{ {