Any bugs concerning the Concert core library and script should be reported as an issue on the GitHub issue tracker.
Bug fixes and new features must be in pull request form. Pull request commits should consist of single logical changes and bear a clear message respecting common commit message conventions. Before the change is merged eventually it must be rebased against master.
Bug fixes must come with a unit test that will fail on the bug and pass with the
fix. If an issue exists reference it in the branch name and commit message, e.g.
fix-92-remove-foo
and "Fix #92: Remove foo".
New features must follow PEP 8 and must be documented thoroughly.