Is your feature request related to a problem? Please describe.
Each PR will now be tested against Travis CI and thus users need to test them locally before creating a PR, so that failed builds can be avoided.
Describe the solution you'd like
The need for CONTRIBUTING.md grows after #121. Urging to run checks locally and then creating a PR is becoming more important. Also, the PR template could be edited to contain a check whether contributor has read the guidelines and performed local checks or not.
Describe alternatives you've considered
Read something about pre-commit hooks, but not sure how to use them here.
Is your feature request related to a problem? Please describe. Each PR will now be tested against Travis CI and thus users need to test them locally before creating a PR, so that failed builds can be avoided.
Describe the solution you'd like The need for
CONTRIBUTING.md
grows after #121. Urging to run checks locally and then creating a PR is becoming more important. Also, the PR template could be edited to contain a check whether contributor has read the guidelines and performed local checks or not.Describe alternatives you've considered Read something about
pre-commit hooks
, but not sure how to use them here.Additional context None