Skip to content

Commit

Permalink
Updated contributing guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed May 8, 2022
1 parent 69b32c7 commit df95124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ We may not always be able to respond immediately to feedback, so please bear wit

* Please follow the existing coding conventions.

* For commit messages, please follow [these guidelines](https://chris.beams.io/posts/git-commit/), although we're not fussy about use of imperative mood vs past tense. In particular, avoid commit messages that include [Angular-style metadata](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-guidelines).
* For commit messages, please follow [these guidelines](https://chris.beams.io/posts/git-commit/), although we're not fussy about use of imperative mood vs past tense. In particular, please don't use [Conventional Commits](https://www.conventionalcommits.org/) style. We may choose to edit your commit messages for consistency when merging.

* Please add test cases for your feature, and ensure all tests are passing (`make test`).

Expand Down

0 comments on commit df95124

Please sign in to comment.