-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
644a878
commit c8e5a25
Showing
4 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters