Want to contribute to Rotonde? There are a few things you need to know.
All work on Rotonde happens directly on GitHub. Both core team members and external contributors send pull requests which go through the same review process.
We are using GitHub Issues for our public bugs. Before filing a new issue, try to make sure your problem doesn't already exist.
The best way to get your bug fixed is to provide a reduced test case.
If you intend to make changes to any of the first-party Rotonde packages, or make any non-trivial changes in their implementation, we recommend filing an issue. This lets us reach an agreement on your proposal before you put significant effort into it.
If you're only fixing a bug, it's fine to submit a pull request right away but we still recommend to file an issue detailing what you're fixing. This is helpful in case we don't accept that specific fix but want to keep track of the issue.
By contributing to Rotonde, you agree that your contributions will be licensed under its MIT license.