Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add git pre-commit hook (or similar) to enforce commit message conventions #133

Closed
ghost opened this issue Oct 19, 2020 · 0 comments · Fixed by #135
Closed

Add git pre-commit hook (or similar) to enforce commit message conventions #133

ghost opened this issue Oct 19, 2020 · 0 comments · Fixed by #135
Assignees

Comments

@ghost
Copy link

ghost commented Oct 19, 2020

Suggested commit message requirements:

  1. Every commit message must start with a capital letter
  2. Every commit message should reference a github issue
  3. Every commit message should start with a verb (simple present tense)

Requirements 1 and 2 can be enforced programmatically.
3 we may not be able to enforce.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant