Skip to content

Commit

Permalink
Pull request practice
Browse files Browse the repository at this point in the history
Add a note about avoiding large PRs to code contribution section.
  • Loading branch information
drinckes authored Jun 14, 2024
1 parent 0275de6 commit befbc95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ A few things to note:

* The Open Location Code project follows the [fork & pull](https://help.github.com/articles/using-pull-requests/#fork--pull) model for accepting contributions.
* We follow [Google's JavaScript Style Guide](https://google.github.io/styleguide/jsguide.html). More generally make sure to follow the same comment and coding style as the rest of the project.
* Do not try to address multiple issues in a single pull request. In some cases, you might even resolve a single issue with multiple PRs (e.g. if you are changing multiple implementations).
* Include [tests](TESTING.md) when contributing code. There are tests that you can use as examples.

## Contributing a new implementation
Expand Down

0 comments on commit befbc95

Please sign in to comment.