Bug reports, feature requests, and other contributions are welcome. If you find a demonstrable problem that is caused by the CAP code, please:
- Search for already reported problems.
- Check if the issue has been fixed or is still reproducible on the latest master branch.
- Create an issue, ideally with a test case.
If you create a feature branch, you can run the tests to ensure that everything is operating correctly:
$ ./run-tests.sh
Each pull request should preserve or increase code coverage.
We are using Kanban technique for keeping track of ongoing tasks. Please see our Kanban board and look for issues that are labelled as "ready for work".