summaryrefslogtreecommitdiffstats
path: root/.gitlab/issue_templates/Bug.md
blob: b2f43e8255711f47571bf5c95766913307b542b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!--
If the bug you are reporting is potentially security-related - for example,
if it involves an assertion failure or other crash in `named` that can be
triggered repeatedly - then please do *NOT* report it here, but send an
email to [security-officer@isc.org](security-officer@isc.org).
-->

### Summary

(Summarize the bug encountered concisely.)

### BIND version used

(Paste the output of `named -V`.)

### Steps to reproduce

(How one can reproduce the issue - this is very important.)

### What is the current *bug* behavior?

(What actually happens.)

### What is the expected *correct* behavior?

(What you should see instead.)

### Relevant configuration files

(Paste any relevant configuration files - please use code blocks (```)
to format console output. If submitting the contents of your
configuration file in a non-confidential Issue, it is advisable to
obscure key secrets: this can be done automatically by using
`named-checkconf -px`.)

### Relevant logs and/or screenshots

(Paste any relevant logs - please use code blocks (```) to format console
output, logs, and code, as it's very hard to read otherwise.)

### Possible fixes

(If you can, link to the line of code that might be responsible for the
problem.)

/label ~bug