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 commit prefix check #30

Closed
cptchloroplast opened this issue Apr 21, 2023 · 0 comments · May be fixed by #41
Closed

Add commit prefix check #30

cptchloroplast opened this issue Apr 21, 2023 · 0 comments · May be fixed by #41
Assignees
Milestone

Comments

@cptchloroplast
Copy link
Member

Commits should require title prefixes. This is similar but not exact to Conventional Commits. Valid prefixes include:

  • feat: New features
  • fix: Bug fixes
  • chore: Automated tasks, e.g. version bumps
  • build: Build tools, e.g. npm
  • ci: CI/CD, e.g. workflows and terraform
  • docs: Docs only
  • refactor: Other code change
  • style: Linting and formatting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant