Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 657 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (10 loc) · 657 Bytes

Contributing

  1. Fork the repository on GitHub.
  2. Create a named feature branch ($ git checkout -b feature/short-desc).
  3. Write tests for your change (if applicable).
  4. Write your change.
  5. Add documentation to your change.
  6. Run the tests, ensuring they all pass. Try as much as possible not to reduce coverage.
  7. Commit your change using a conventional commit message.
  8. Push to the branch ($ git push -u origin feature/short-desc).
  9. Submit a Pull Request using GitHub.