[Issues] Updating the issue templates #6313
check_pr_title.yml
on: pull_request
Check PR title format
2s
Annotations
1 error
Check PR title format
The PR title does not conform to the '[\<Project\>] Title' format. Please update the PR title.
Typical [\<Project\>] values include:
* `[stdlib]` — indicates a change to the Mojo standard library code
* `[docs]` — indicates a change to the documentation
It's okay to include multiple labels on a PR that affect multiple areas of work.
Thank you for contributing to Mojo!🔥
<small> You can also use a tool like www.regex101.com to see why your PR title fails to conform. Use ``` ^(Revert ")?(\[\S.*\]\s?)+\s+[a-zA-Z`].* ``` as the regex to test and ```Updating the issue templates``` as the test string.</small>
|