By contributing to this project, you agree to abide by the code of conduct.
This project aims for finally submit the source code back to OpenThread Commissioner, once it get matured.
If you are not sure how to begin contributing to this project, go through the Readme and start adding practices like
- unit testing,
- add more commands
- Local database for maintaining joiners
- CI plan.
and so on.
To send in a pull request
- Fork the repo.
- Create a new feature branch based off the master branch.
- Add/Make your changes
- Provide the commit message with the the issue number and a proper description.
- Add sample tests for your changes if applicable.
- Ensure that all the existing tests pass.
- Submit the pull request.