You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
With ISSUE_TEMPLATE.md where titles are defined, sometimes, users will not put enough information for a given section. e.g. if there is a title "Description" under it they will not put any content. Hence if the tool could be enhance to support regex, then one could catch that case as well.
Describe the solution you'd like
Support regex operation under the "content" setup.
Describe alternatives you've considered
One could look into rather then support regex to have support for: "between this and this title, X amount of characters must be given". It would solve the issue above but would be harder for the developer to do.
Additional context
Please ping me if that enhancement request is not clear and happy to elaborate more.
The text was updated successfully, but these errors were encountered:
With ISSUE_TEMPLATE.md where titles are defined, sometimes, users will not put enough information for a given section.
Aggree. This is a problem indeed.
I thought there should be a min length of characters between each sections and it should be configurable when I created this app. But I realised that if users do not want to write more, these rules are all easy to bypass. And it is hard to filter those issues without human. So I make this app aim to filter those issues which ignore the issue template in the repo at all.
Support regex operation under the "content" setup.
I am a little confused about how regex can solve this problem. It would be great if you can show some examples. If there are good solutions to this problem, I am willing to contribute to make this app better. 😄 @iddocohen
You are right, users can always bypass rules, especially as the config is public available and one can look and see on "how to avoid it" but I would believe the likelihood that people do that is slim and if those still do it the human can always then come back and close it.
It would be more flexible though to have a "min length between section" then having none.
I suggested the regex route to give you less headache but I am just realising it could give you more headache :-)
Is your feature request related to a problem? Please describe.
With ISSUE_TEMPLATE.md where titles are defined, sometimes, users will not put enough information for a given section. e.g. if there is a title "Description" under it they will not put any content. Hence if the tool could be enhance to support regex, then one could catch that case as well.
Describe the solution you'd like
Support regex operation under the "content" setup.
Describe alternatives you've considered
One could look into rather then support regex to have support for: "between this and this title, X amount of characters must be given". It would solve the issue above but would be harder for the developer to do.
Additional context
Please ping me if that enhancement request is not clear and happy to elaborate more.
The text was updated successfully, but these errors were encountered: