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
On submitting a PR that matches the requirements in CONTRIBUTING.md, the submitter will get a failure based on the formatting of their commit message, but the formatting is not documented.
Current behavior
CI error on PR:
=== developer-toolkit-template-go === [ lint-commit ]: Checking that commit messages are properly formatted...
f3551e1: subject does not match regex [(chore|docs|feat|fix|refactor|tests?)\s?(\([^\)]+\))?!?: .*]
make: *** [build/lint.mk:53: lint-commit] Error 1
Expected behavior
The contributor guidelines should communicate that subject must begin with a keyword followed by a colon.
Description
On submitting a PR that matches the requirements in CONTRIBUTING.md, the submitter will get a failure based on the formatting of their commit message, but the formatting is not documented.
Current behavior
CI error on PR:
Expected behavior
The contributor guidelines should communicate that subject must begin with a keyword followed by a colon.
Steps To Reproduce
Steps to reproduce the behavior:
Debug Output (if applicable)
Additional Context
https://github.com/newrelic/developer-toolkit-template-go/actions/runs/5546108613/jobs/10125939014?pr=11
The text was updated successfully, but these errors were encountered: