.github/CONTRIBUTING.md
Headers should be surrounded by blank lines# Contributing## IssuesLine lengthPlease follow the issue submission template when submitting issues. The more detailed you are,the faster your issue will be addressed. Line lengthIf you need help with implementing Watergrid in your project, and you do not feel you have encountereda bug, please open a thread on GitHub Discussions instead. Headers should be surrounded by blank lines## Pull RequestsLine lengthPlease follow the pull request submission template when submitting pull requests. The more detailedyou are, the faster your pull requests will be reviewed. Line lengthNote that there are several required checks that must pass before your pull request can be approved.Line lengthAll pull requests are tested against all non-EoL stable Python versions. Additionally, the WatergridLine lengthproject uses the `black` tool to format code. It is recommended that you run this tool locally beforeLine lengthcommitting to reduce GitHub Actions usage. Code Climate also analyzes test coverage, and your pullLine lengthrequest may be rejected if it does not test at least half of all new code, or reduces the overall projectcoverage by 1% or more.