From 646413c66343903d5dc6ddc08133d9d7a4065d6d Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Fri, 2 Sep 2016 15:14:44 +0200 Subject: [PATCH] Add initial GH templates --- .github/ISSUE_TEMPLATE.md | 48 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 13 +++++++++ 2 files changed, 61 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..8d0e5c7ec --- /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 000000000..04d533a11 --- /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 -- 2.40.0