diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md index f8b82b694b..60bab3f6ce 100644 --- a/.gitlab/issue_templates/Bug.md +++ b/.gitlab/issue_templates/Bug.md @@ -2,45 +2,62 @@ 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 make sure that you make the new issue -confidential! +confidential by clicking the checkbox at the bottom! --> ### Summary -(Summarize the bug encountered concisely.) + -### BIND version used +### BIND version affected + ### Steps to reproduce -(How one can reproduce the issue - this is very important.) + + +1. +2. +3. ### 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 (```) + -### Relevant logs and/or screenshots +### Relevant logs -(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 +/label ~Bug