We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A workflow should be added to our existing CI to enforce PR titles follow the conventional commits spec
Since we squash all commits in a PR on merge, only the PR title is relevant since that becomes the single commit message when a PR is merged.
The contributing guide should also be updated to reflect this convention.
`https://github.com/defenseunicorns/zarf/tree/main/.github/workflows
Should follow this same general pattern: https://github.com/defenseunicorns/kubernetes-fluent-client/blob/main/.github/workflows/commitlint.yml
The text was updated successfully, but these errors were encountered:
ci: add commitlint workflow and update contributing guide (#2391)
329a1ae
## Description add commitlint workflow and update contributing guide ## Related Issue Fixes #2390 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [x] Other (security config, docs update, etc) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed --------- Co-authored-by: razzle <[email protected]>
lucasrod16
Successfully merging a pull request may close this issue.
Describe what should be investigated or refactored
A workflow should be added to our existing CI to enforce PR titles follow the conventional commits spec
Since we squash all commits in a PR on merge, only the PR title is relevant since that becomes the single commit message when a PR is merged.
The contributing guide should also be updated to reflect this convention.
Links to any relevant code
`https://github.com/defenseunicorns/zarf/tree/main/.github/workflows
Additional context
Should follow this same general pattern:
https://github.com/defenseunicorns/kubernetes-fluent-client/blob/main/.github/workflows/commitlint.yml
The text was updated successfully, but these errors were encountered: