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