Currently tracking work through open issues. View them through the issues tab or board. Open new issues to suggest changes or new features. Self assign an issue if you are currently working on the task.
- Code changes must be associated to an open issue.
- Code changes should be developed on a separate branch.
- New features must have associated tests.
- All code changes must follow style of current code.
- Commit messages must be short and meaningful.
- PRs must be opened against and up to date with master.
- PRs must pass all checks.
- PRs should link to issue via comment.