Skip to content

Commit

Permalink
chore: add Conventional Commits ref to the contribution guide (#1303)
Browse files Browse the repository at this point in the history
  • Loading branch information
deniseli authored Apr 18, 2024
1 parent 7e1034d commit 6207941
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,10 @@ to your valuable work:
[here](https://medium.com/@slamflipstrom/a-beginners-guide-to-squashing-commits-with-git-rebase-8185cf6e62ec), and if you're
having trouble - feel free to ask a member or the community for help or leave the commits as-is, and flag that you'd like
rebasing assistance in your PR! We're here to support you.
- Open a PR in the project to bring in the code from your feature branch.
- Open a PR in the project to bring in the code from your feature branch. We use
[Conventional Commits](https://www.conventionalcommits.org/), so prefix your PR title
with `feat:`, `fix:`, or `chore:` appropriately. `feat` will result in a minor version
bump, and `fix` will result in a patch version bump.
- The maintainers noted in the `CODEOWNERS` file will review your PR and optionally
open a discussion about its contents before moving forward.
- Remain responsive to follow-up questions, be open to making requested changes, and...
Expand Down

0 comments on commit 6207941

Please sign in to comment.