Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 655 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (13 loc) · 655 Bytes

Submitting a Pull Request

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