You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pi-hole/.github/PULL_REQUEST_TEMPLATE.md

20 lines
1.0 KiB

**By submitting this pull request, I confirm the following (please check boxes, eg [X]) _Failure to fill the template will close your PR_:**
***Please submit all pull requests against the `development` branch. Failure to do so will delay or deny your request***
- [] I have read and understood the [contributors guide](https://github.com/pi-hole/pi-hole/blob/master/CONTRIBUTING.md).
- [] I have written tests and verified that they fail without my change
- [] I have squashed any insignificant commits
- [] This change has comments for package types, values, functions, and non-obvious lines of code
- [] I am willing to help maintain this change if there are issues with it later
- [] I give this submission freely, and claim no ownership to its content
- [] I have Signed Off all commits.
***Please explain what you have done and wish to accomplish with this Pull Request***
1. What does this change do, exactly?
2. Please link to the relevant issues.
3. Which documentation changes (if any) need to be made because of this PR?