Below we outline what’s involved in different aspects of contribution.
In order to accept your pull request, we need you to submit a CLA. Once you complete your CLA, then it is valid for all future contributions you make to this repository.
Complete your CLA here: CLA Form
Please create an issue on GitHub.
Please follow the templates shown when you click on “New Issue.”
Open an issue for the bug if one doesn’t exist already. Then start working on your own branch off of dev with the following naming convention: issue-###_short-desc_github-handle, using the issue number for the relevant bug. Once you have finished your work on your own branch (and ideally added new tests to catch the bug!), you can open a PR. The PR will be reviewed and merged, and ultimately included in a future release (see next section).