Skip to content

Commit

Permalink
docs: added note about 'conventional commits' to contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
njlyon0 committed Aug 28, 2024
1 parent a652794 commit 213579e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ Communicating via email is fine though we also have the `#lter-grad-course` chan

## Style Guide

If you are directly contributing to the website, please try to use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) syntax in your commit messages so it is easy for others to identify the purpose and scope of changes made in each commit.

As much as possible, use snake case (i.e., all_lowercase_separated_by_underscores). When in doubt, try to maintain consistency with the naming convention and internal structure of other files in the same directory/repository.

0 comments on commit 213579e

Please sign in to comment.