Update CONTRIBUTING.md

This commit is contained in:
Mike Nakhimovich 2019-12-07 00:30:10 +01:00 committed by GitHub
parent 59ab3f0889
commit 1314546bb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
Contributing to Store
=======================
The New York Times team welcomes contributions of all kinds, from simple bug reports through documentation, test cases,
The Dropbox team welcomes contributions of all kinds, from simple bug reports through documentation, test cases,
bugfixes, and features.
DOs and DON'Ts
--------------
* Do sign our CLA located here: https://opensource.dropbox.com/cla/
* DO follow our coding style (as described below)
* DO give priority to the current style of the project or file you're changing even if it diverges from the general guidelines.
* DO include tests when adding new features. When fixing bugs, start with adding a test that highlights how the current behavior is broken.