Skip to content

Commit

Permalink
Add CLAs and CONTRIBUTING.md (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
markelliot authored Jul 28, 2016
1 parent 644a878 commit c8e5a25
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Contributing
============
All contributions are welcome to be submitted for review for inclusion, but before they will be accepted, we ask that
you follow these simple guidelines:


Legal
-----
Fill out the a Contributor License Agreement and send it to [email protected]:

- [Individual Contributor License Agreement](cla/palantir_individual_cla.pdf?raw=true)
- [Corporate Contributor License Agreement](cla/palantir_corporate_cla.pdf?raw=true)


Code Style
----------
When submitting code, please make every effort to follow existing conventions and style in order to keep the code as
readable as possible. We realize that the style used in this project might be different that what is used in your
projects, but in the end it makes it easier to merge changes and maintain in the future.


Testing
-------
We kindly ask that all new features and fixes for an issue should include any unit tests. Even if it is small
improvement, adding a unit test will help to ensure no regressions or the issue is not re-introduced. If you need help
with writing a test for your feature, please don't be shy and ask!


Documentation
-------------
Up-to-date documentation makes all our lives easier. If you are adding a new feature, enhancing an existing feature, or
fixing an issue, please add or modify the documentation as needed and include it with your pull request.
Binary file added cla/palantir_corporate_cla.pdf
Binary file not shown.
Binary file added cla/palantir_individual_cla.pdf
Binary file not shown.
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,8 @@ Tasks
License
-------
This plugin is made available under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0).
Contributing
------------
Contributions to this project must follow the [contribution guide](CONTRIBUTING.md).

0 comments on commit c8e5a25

Please sign in to comment.