Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

20 lines (10 loc) · 1.08 KB

Contribute

Below we outline what’s involved in different aspects of contribution.

Contributor License Agreement ("CLA")

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

Filing an issue (Bug or Enhancement)

Please create an issue on GitHub.

Please follow the templates shown when you click on “New Issue.”

Fixing a bug (PR, etc.)

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).