1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-26 00:59:07 +02:00
docker-pi-hole/CONTRIBUTING.md
William Trelawny (willman42) 0b9e9a5af6 fixed broken link to TESTING.md
Signed-off-by: William Trelawny (willman42) <william@trelawny.family>
2022-09-03 18:35:43 -04:00

547 B

Pull Request Guidelines

Please review the following before opening a pull request (PR) to help your PR go smoothly:

  • Code changes go to the dev branch first

    • To ensure proper testing and quality control, target any code change pull requests against dev branch.
  • Make sure the tests pass

    • Take a look at TESTING.md to see how to run tests locally so you do not have to push all your code to a PR and have GitHub Actions run it.
    • Your tests will probably run faster locally and you get a faster feedback loop.