]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
some tweaks for grammar and clarity
authorEvan Hunt <each@isc.org>
Tue, 13 Mar 2018 16:43:01 +0000 (09:43 -0700)
committerOndřej Surý <ondrej@isc.org>
Wed, 14 Mar 2018 08:25:23 +0000 (04:25 -0400)
.gitlab/issue_templates/Bug.md
.gitlab/issue_templates/Security.md

index 4873a52dacb1b5a40647d24fba9e3c325cde8978..a39de7da1b576cfd857de45f8246f001f498a12c 100644 (file)
@@ -1,38 +1,42 @@
 <!--
-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).
+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)
+(Summarize the bug encountered concisely.)
 
 ### Steps to reproduce
 
-(How one can reproduce the issue - this is very important)
+(How one can reproduce the issue - this is very important.)
 
 ### What is the current *bug* behavior?
 
-(What actually happens)
+(What actually happens.)
 
 ### What is the expected *correct* behavior?
 
-(What you should see instead)
+(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
+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.)
+(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)
+(If you can, link to the line of code that might be responsible for the
+problem.)
 
 /label ~bug
index 14f9becf79c61134b6ca7062452d280918cf669e..8b27f7b43a1dd8c065229fc5d18bdde4232395bc 100644 (file)
@@ -1,3 +1,6 @@
 ### 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).
+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).