The purpose of this document is to provide a clear guide on how to contribute to the project.
A Base language template is a minimalistic working project example for a base start of a new project with current coding practices.
Add anything that might help/improve the base project by following the best new language-specific practices.
- Fork and clone the repository
- Create a new branch:
git checkout -b my-branch-name - Make your changes
- Write test cases for your changes
- Make sure the tests pass
- Validate all code has correctly formatted
- Pat your self on the back and wait for your pull request to be reviewed