We want to make contributing to this project as easy and transparent as possible.
Minor changes and improvements will be released on an ongoing basis. Larger changes (e.g., changesets implementing a new paper) will be released on a more periodic basis.
We actively welcome your pull requests.
- Fork the repo and create your branch from
master
. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes.
- Make sure your code lints.
- Ensure no regressions in baseline model speed and accuracy.
- Use automatic formatting:
isort -rc -sl -t 1 --atomic .
black .
By contributing to YACS, you agree that your contributions will be licensed under the LICENSE file in the root directory of this source tree.