From: Pieter Lexis Date: Fri, 2 Sep 2016 13:14:44 +0000 (+0200) Subject: Add initial GH templates X-Git-Tag: dnsdist-1.1.0-beta2~72^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4411%2Fhead;p=thirdparty%2Fpdns.git Add initial GH templates --- diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..8d0e5c7ec0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,48 @@ + + + + + - Program: Authoritative, Recursor, dnsdist + - Issue type: Bug report/Feature request + +### Short description + + + + + + +### Environment + + - Operating system: + - Software version: + - Software source: + +### Steps to reproduce + +1. +2. +3. + +### Expected behaviour + + +### Actual behaviour + + +### Other information + + + + + + +### Usecase + + +### Description + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..04d533a113 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +### Short description + + +### Checklist + +I have: +- [ ] read the [CONTRIBUTING.md](https://github.com/PowerDNS/pdns/blob/master/CONTRIBUTING.md) document +- [ ] compiled and tested this code +- [ ] included documentation (including possible behaviour changes) +- [ ] documented the code +- [ ] added regression tests +- [ ] added unit tests +- [ ] checked that this code was merged to master