Hi there! We're thrilled that you'd like to contribute to OctoDNS. Your help is essential for keeping it great.
Please note that this project adheres to the Contributor Covenant Code of Conduct. By participating in this project you agree to abide by its terms.
If you have questions, or you'd like to check with us before embarking on a major development effort, please open an issue.
This project uses the GitHub Flow. That means that the master
branch is stable and new development is done in feature branches. Feature branches are merged into the master
branch via a Pull Request.
- Fork and clone the repository
- Configure and install the dependencies:
script/bootstrap
- Make sure the tests pass on your machine:
script/test
- Create a new branch:
git checkout -b my-branch-name
- Make your change, add tests, and make sure the tests still pass
- Make sure that
./script/lint
passes without any warnings - Make sure that coverage is at 💯%
script/coverage
and openhtmlcov/index.html
- You can open PRs for 👀 & discussion prior to this
- Push to your fork and submit a pull request
We will handle updating the version, tagging the release, and releasing the gem. Please don't bump the version or otherwise attempt to take on these administrative internal tasks as part of your pull request.
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
- Follow pep8
-
Write thorough tests. No PRs will be merged without 💯% code coverage. More than that tests should be very thorough and cover as many (edge) cases as possible. We're working with DNS here and bugs can have a major impact so we need to do as much as reasonably possible to ensure quality. While 💯% doesn't even begin to mean there are no bugs, getting there often requires close inspection & a relatively complete understanding of the code. More times than not the endeavor will uncover at least minor problems.
-
Bug fixes require specific tests covering the addressed behavior.
-
Write or update documentation. If you have added a feature or changed an existing one, please make appropriate changes to the docs. Doc-only PRs are always welcome.
-
Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.
-
We target Python 2.7, but have taken steps to make Python 3 support as easy as possible when someone decides it's needed. PR welcome.
-
Write a good commit message.
pip install -r requirements.txt
pip install -r requirements-dev.txt
We can only accept contributions that are compatible with the MIT license.
It's OK to depend on gems licensed under either Apache 2.0 or MIT, but we cannot add dependencies on any gems that are licensed under GPL.
Any contributions you make must be under the MIT license.