Skip to content

Commit e28b671

Browse files
committed
chore(Contributions Guidelines): Mention conventional commit syntax
1 parent edd246b commit e28b671

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Guidelines
2323
- *ALWAYS* submit pull requests against the [dev branch](https://github.com/pattern-lab/patternlab-node/tree/dev). If this does not occur, I will first, try to redirect you gently, second, attempt to redirect the target branch myself, thirdly, port over your contribution manually if time allows, and/or lastly, close your pull request. If you have a major feature to stabilize over time, talk to @bmuenzenmeyer via an issue about making a dedicated `feature-branch`
2424
- Keep your pull requests concise and limited to **ONE** substantive change at a time. This makes reviewing and testing so much easier.
2525
- Commits should reference the issue you are adressing. For any Pull Request that you send, use the template provided.
26+
- Commits are best formatted using the [conventional commits pattern](https://conventionalcommits.org/).
2627
- If you can, add some unit tests using the existing patterns in the `./test` directory
2728
- Large enhancements should begin with opening an issue. This will result in a more systematic way for us to review your contribution and determine if a [specifcation discussion](https://github.com/pattern-lab/the-spec/issues) needs to occur.
2829
- Mention the issue number in commits, so anyone can see to which issue your changes belong to. For instance:

0 commit comments

Comments
 (0)