This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change format style of docs (remove unnecessary linebreaks), update d…
…ocs to include continuous outcome information, add documentation for tuple argument to be passed.
- Loading branch information
Showing
9 changed files
with
79 additions
and
287 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 |
---|---|---|
@@ -1,19 +1,11 @@ | ||
Contributing | ||
============ | ||
|
||
We are happy to have you contribute! The project is hosted on | ||
https://github.com/wayfair/pylift. The easiest way to get started is to | ||
check out the “Issues” and “Projects” sections of the repo. | ||
We are happy to have you contribute! The project is hosted on https://github.com/wayfair/pylift. The easiest way to get started is to check out the “Issues” and “Projects” sections of the repo. | ||
|
||
In general, we have four main requirements for contribution: | ||
|
||
1. **Contributions do not affect the default functionality of existing | ||
methods.** We want to make sure any new features or modifications | ||
still work with older code samples. | ||
2. **Contributions should be accompanied by a unit test to ensure basic | ||
functionality (if applicable).** Tests are contained in the | ||
``./tests/`` directory. The package is automatically tested on | ||
TravisCI with every push. | ||
1. **Contributions do not affect the default functionality of existing methods.** We want to make sure any new features or modifications still work with older code samples. | ||
2. **Contributions should be accompanied by a unit test to ensure basic functionality (if applicable).** Tests are contained in the ``./tests/`` directory. The package is automatically tested on TravisCI with every push. | ||
3. **Contributions are accompanied by documentation.** | ||
4. **New methods are tested, well-understood, and have a defined | ||
purpose.** | ||
4. **New methods are tested, well-understood, and have a defined purpose.** |
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
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
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
Oops, something went wrong.