]> git.ipfire.org Git - thirdparty/pdns.git/blob - .github/ISSUE_TEMPLATE.md
auth: some small rectify improvements
[thirdparty/pdns.git] / .github / ISSUE_TEMPLATE.md
1 <!-- Before filing an issue, please search the existing issues (both open and closed) to see if your report might be duplicate -->
2 <!-- 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) -->
3
4 <!-- Tell us what is issue is about -->
5 - Program: Authoritative, Recursor, dnsdist <!-- delete the ones that do not apply -->
6 - Issue type: Bug report/Feature request <!-- delete the one that does not apply -->
7
8 ### Short description
9 <!-- Explain in a few sentences what the issue/request is -->
10
11
12
13
14 <!--
15 If this is a bug report, use the following part of the the template and delete the part at the bottom
16 -->
17 ### Environment
18 <!-- Tell us about the environment -->
19 - Operating system:
20 - Software version:
21 - Software source: <!-- e.g. Operating system repository, PowerDNS repository, compiled yourself -->
22
23 ### Steps to reproduce
24 <!-- Tell us step-by-step how the issue can be triggered. Please include your configuration files and any (Lua) scripts that are loaded. -->
25 1. <!-- step 1 -->
26 2. <!-- step 2 -->
27 3. <!-- step 3 -->
28
29 ### Expected behaviour
30 <!-- What would you expect to happen when the reproduction steps are run -->
31
32 ### Actual behaviour
33 <!-- What did happen? Please (if possible) provide logs, output from `dig` and/or tcpdump/wireshark data -->
34
35 ### Other information
36 <!-- if you already did more digging into the issue, please provide all the information you gathered -->
37
38
39
40
41 <!--
42 Use the part below to file a feature request and delete the bug report part above.
43 -->
44 ### Usecase
45 <!-- Tell what you're trying to achieve, without describing _what_ the requested feature should do -->
46
47 ### Description
48 <!-- Describe as extensively as possible what you want the software to do -->