Enforce more limits on the issue format.

This commit is contained in:
Aria Moradi 2021-03-13 22:59:37 +03:30
parent 92ed48f7f6
commit 428c65f075
3 changed files with 10 additions and 5 deletions

View File

@ -34,10 +34,10 @@ Note that the issue will be automatically closed if you do not fill out the titl
2. Second Step 2. Second Step
### Expected behavior ### Expected behavior
Describe what should have happened Describe what should have happened. Remove this line after you are done.
### Actual behavior ### Actual behavior
Describe what happens instead Describe what happens instead. Remove this line after you are done.
## Other details ## Other details
Describe additional details If necessary Describe additional details If necessary. Remove this line after you are done.

View File

@ -23,7 +23,7 @@ Note that the issue will be automatically closed if you do not fill out the titl
--- ---
## What feature should be added to Tachidesk? ## What feature should be added to Tachidesk?
Explain What the feature is and how it should work in detail Explain What the feature is and how it should work in detail. Remove this line after you are done.
## Why/Project's Benefit/Existing Problem ## Why/Project's Benefit/Existing Problem
Explain why this should be added Explain why this should be added. Remove this line after you are done.

View File

@ -28,5 +28,10 @@ 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 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"
},
{
"type": "body",
"regex": ".*Remove this line after you are done.*",
"message": "The lines requesting to be removed were not removed."
} }
] ]