Have regex operation under the content option
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 40
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the handling for the “content” setup and how ISSUE_TEMPLATE.md sections are parsed or validated. Review the existing content operation behavior before determining where regex matching belongs. Done means a content rule can use a regex to detect missing or insufficient section content, with coverage for the requested behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100