- Fork the repository.
- Create a topic branch.
- Add tests for your unimplemented feature or bug fix.
- Run
script/test
. If your tests pass, return to step 3. - Implement your feature or bug fix.
- Run
script/test
. If your tests fail, return to step 5. - Add, commit, and push your changes. For documentation-only fixes, please add "[ci skip]" to your commit message to avoid needless CI builds.
- Submit a pull request.