From 0396fbebfe2d40c251368fd1ba8db113d6223d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 4 Oct 2018 10:50:01 +0200 Subject: [PATCH] Add a "BIND version used" section to the GitLab bug report template --- .gitlab/issue_templates/Bug.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md index a39de7da1b5..b2f43e82557 100644 --- a/.gitlab/issue_templates/Bug.md +++ b/.gitlab/issue_templates/Bug.md @@ -9,6 +9,10 @@ email to [security-officer@isc.org](security-officer@isc.org). (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.) -- GitLab