]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add Issue templates for Bug and Security
authorOndřej Surý <ondrej@sury.org>
Thu, 8 Mar 2018 18:31:54 +0000 (14:31 -0400)
committerOndřej Surý <ondrej@isc.org>
Wed, 14 Mar 2018 08:25:22 +0000 (04:25 -0400)
.gitlab/issue_templates/Bug.md [new file with mode: 0644]
.gitlab/issue_templates/Security.md [new file with mode: 0644]
util/copyrights

diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
new file mode 100644 (file)
index 0000000..4873a52
--- /dev/null
@@ -0,0 +1,38 @@
+<!--
+If the bug you are reporting is security related or it does involve a crash in named, please do not fill it here, but send an email to [security-officer@isc.org](security-officer@isc.org).
+-->
+
+### Summary
+
+(Summarize the bug encountered concisely)
+
+### 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
diff --git a/.gitlab/issue_templates/Security.md b/.gitlab/issue_templates/Security.md
new file mode 100644 (file)
index 0000000..14f9bec
--- /dev/null
@@ -0,0 +1,3 @@
+### Security Issue
+
+If the bug you are reporting is security related, please do not fill it here, but send an email to [security-officer@isc.org](security-officer@isc.org).
index 6fb3ae7552d07f7bf27d0017db4bca8324e4f6d9..a241d146d2498c38c44cff00ee564c78e2d39961 100644 (file)
@@ -1,6 +1,8 @@
 ./.gitattributes                               X       2015,2017,2018
 ./.gitignore                                   X       2012,2013,2014,2015,2016,2017,2018
 ./.gitlab-ci.yml                               X       2018
+./.gitlab/issue_templates/Bug.md               X       2018
+./.gitlab/issue_templates/Security.md          X       2018
 ./Atffile                                      X       2011,2018
 ./CHANGES                                      X       2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
 ./CONTRIBUTING                                 X       2017,2018