]> granicus.if.org Git - pdns/commitdiff
Add initial GH templates
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 2 Sep 2016 13:14:44 +0000 (15:14 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Mon, 24 Oct 2016 22:20:59 +0000 (00:20 +0200)
.github/ISSUE_TEMPLATE.md [new file with mode: 0644]
.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644 (file)
index 0000000..8d0e5c7
--- /dev/null
@@ -0,0 +1,48 @@
+<!-- Before filing an issue, please search the existing issues (both open and closed) to see if your report might be duplicate -->
+<!-- Please don't file an issue when you have a support question, send support questions to the mailinglist or ask them on IRC (https://www.powerdns.com/opensource.html) -->
+
+<!-- Tell us what is issue is about -->
+ - Program: Authoritative, Recursor, dnsdist <!-- delete the ones that do not apply -->
+ - Issue type: Bug report/Feature request <!-- delete the one that does not apply -->
+
+### Short description
+<!-- Explain in a few sentences what the issue/request is -->
+
+
+
+
+<!--
+If this is a bug report, use the following part of the the template and delete the part at the bottom
+-->
+### Environment
+<!-- Tell us about the environment -->
+ - Operating system: 
+ - Software version: 
+ - Software source: <!-- e.g. Operating system repository, PowerDNS repository, compiled yourself -->
+
+### Steps to reproduce
+<!-- Tell us step-by-step how the issue can be triggered. Please include your configuration files and any (Lua) scripts that are loaded. -->
+1. <!-- step 1 -->
+2. <!-- step 2 -->
+3. <!-- step 3 -->
+
+### Expected behaviour
+<!-- What would you expect to happen when the reproduction steps are run -->
+
+### Actual behaviour
+<!-- What did happen? Please (if possible) provide logs, output from `dig` and/or tcpdump/wireshark data -->
+
+### Other information
+<!-- if you already did more digging into the issue, please provide all the information you gathered -->
+
+
+
+
+<!--
+Use the part below to file a feature request and delete the bug report part above.
+-->
+### Usecase
+<!-- Tell what you're trying to achieve, without describing _what_ the requested feature should do -->
+
+### Description
+<!-- Describe as extensively as possible what you want the software to do -->
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644 (file)
index 0000000..04d533a
--- /dev/null
@@ -0,0 +1,13 @@
+### Short description
+<!-- Write a small description of what this Pull Request fixes or provides, including the issue #s -->
+
+### Checklist
+<!-- 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 -->
+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
+- [ ] <!-- when not filing this Pull Request against the master branch --> checked that this code was merged to master