You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--- Please base your code and PRs against the `development` branch.
2
+
3
+
Note that we do not accept changes to `src/dnsmasq/`: that tree is a
4
+
verbatim copy of upstream dnsmasq. Send fixes for it to the
5
+
`dnsmasq-discuss` mailing list instead, see item 6 below. -->
6
+
7
+
# What does this implement/fix?
8
+
9
+
<!--- Replace this with a detailed description of your change, screenshots (if necessary), as well as links to any relevant GitHub issues -->
10
+
11
+
## How to test the change during review
12
+
13
+
<!--- Replace this with concrete steps a reviewer can run: the manual checks to exercise the change, and which automated tests (bats/pytest/CI matrix) cover it -->
14
+
15
+
## Additional information
16
+
17
+
**Related issue or feature (if applicable):** N/A
18
+
19
+
**Pull request in [docs](https://github.com/pi-hole/docs) with documentation (if applicable):** N/A
20
+
21
+
---
22
+
**By submitting this pull request, I confirm the following:**
23
+
24
+
1. I have read and understood the [contributors guide](https://docs.pi-hole.net/guides/github/contributing/), as well as this entire template. I understand which branch to base my commits and Pull Requests against.
25
+
2. I have commented my proposed changes within the code.
26
+
3. I am willing to help maintain this change if there are issues with it later.
27
+
4. It is compatible with the [EUPL 1.2 license](https://opensource.org/licenses/EUPL-1.2)
28
+
5. I have squashed any insignificant commits. ([`git rebase`](https://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html))
29
+
6. My change does not modify `src/dnsmasq/`. That tree is a verbatim copy of upstream dnsmasq and we do not carry anything in it that deviates from upstream. Fixes have to go through the [`dnsmasq-discuss` mailing list](https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss) first, we merge them once they are in dnsmasq master.
30
+
31
+
## Checklist:
32
+
33
+
-[ ] The code change is tested and works locally.
34
+
-[ ] I based my code and PRs against the repository's `development` branch.
35
+
-[ ] I [signed off](https://docs.pi-hole.net/guides/github/how-to-signoff/) all commits. Pi-hole enforces the [DCO](https://docs.pi-hole.net/guides/github/dco/) for all contributions
36
+
-[ ] I [signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) all my commits. Pi-hole requires signatures to verify authorship
37
+
-[ ] I have read the above and my PR is ready for review.
Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ jobs:
58
58
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
0 commit comments