Skip to content

Commit befbc95

Browse files
authored
Pull request practice
Add a note about avoiding large PRs to code contribution section.
1 parent 0275de6 commit befbc95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ A few things to note:
4242

4343
* The Open Location Code project follows the [fork & pull](https://help.github.com/articles/using-pull-requests/#fork--pull) model for accepting contributions.
4444
* 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.
45+
* 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).
4546
* Include [tests](TESTING.md) when contributing code. There are tests that you can use as examples.
4647

4748
## Contributing a new implementation

0 commit comments

Comments
 (0)