Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltrt authored Oct 17, 2024
1 parent 58e0be9 commit 564520f
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 @@ -18,7 +18,7 @@ Small pull requests for things like typos, bug fixes, etc are always welcome.
DOs and DON'Ts
--------------

* DO format your code using Google Java Format (for Java), clang-format (for ObjC).
* DO format your code using rustftmt (or just make sure to install the pre-commit hook).
* DO include tests when adding new features. When fixing bugs, start with adding a test that highlights how the current behavior is broken.
* DO keep the discussions focused. When a new or related topic comes up it's often better to create new issue than to side track the discussion.

Expand Down

0 comments on commit 564520f

Please sign in to comment.