mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-19 18:08:35 +00:00
Default the component branches in Dockerfile to be `development` (might change to master after full v6 release) Signed-off-by: Adam Warner <me@adamwarner.co.uk>
11 lines
563 B
Markdown
11 lines
563 B
Markdown
# Pull Request Guidelines
|
|
|
|
Please review the following before opening a pull request (PR) to help your PR go smoothly:
|
|
|
|
* Code changes go to the `development` branch first
|
|
* To ensure proper testing and quality control, target any code change pull requests against `development` branch.
|
|
|
|
* Make sure the tests pass
|
|
* Take a look at [TESTING.md](test/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.
|