Join in
Contributions are welcome. Here are some of the ways to contribute to the project:
Contributing Code
Please follow our process:
- Report a bug or Request a new feature
- write your changes in typescript instead of javascript (if applicable)
- make sure that your changes pass the test suite provided (run the command
npm run pr
) - provide automated tests (if applicable)
- provide documentation (if applicable)
- Create a PR referencing the Bug Report or Feature Request eg "Closes #1"
Contributing Documentation
Please follow our process:
- Request documentation
- Edit the documentation branch
- Create a PR referencing the documentation request