External contributors are required to sign a Contributor’s License Agreement. You will be prompted to sign it when you open a pull request.
- Create a new issue before starting your project so that we can keep track of what you are trying to add/fix. That way, we can also offer suggestions or let you know if there is already an effort in progress.
- Fork off this repository.
- Create a topic branch for the issue that you are trying to add. When possible, you should branch off the default branch.
- Edit the code in your fork.
- Send us a well documented pull request when you are done.
The GitHub pull requests should meet the following criteria:
- Descriptive title
- Brief summary
- @mention several relevant people to review the code
- Add helpful GitHub comments on lines that you have questions / concerns about
We’ll review your code, suggest any needed changes, and merge it in. Thank you.