]> git.ipfire.org Git - thirdparty/pdns.git/blame - .github/PULL_REQUEST_TEMPLATE.md
Merge pull request #7843 from rgacogne/rec-speedups
[thirdparty/pdns.git] / .github / PULL_REQUEST_TEMPLATE.md
CommitLineData
646413c6
PL
1### Short description
2<!-- Write a small description of what this Pull Request fixes or provides, including the issue #s -->
3
4### Checklist
5<!-- please indicate if any of these things are done/included with this Pull Request. Not all boxes need to be checked for the Pull Request to be accepted -->
6I have:
7- [ ] read the [CONTRIBUTING.md](https://github.com/PowerDNS/pdns/blob/master/CONTRIBUTING.md) document
f3e685bd
PD
8- [ ] compiled this code
9- [ ] tested this code
646413c6
PL
10- [ ] included documentation (including possible behaviour changes)
11- [ ] documented the code
a30cd7ca
AT
12- [ ] added or modified regression test(s)
13- [ ] added or modified unit test(s)
23cc82fe 14- [ ] <!-- remove this line if your PR is against master --> checked that this code was merged to master