mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-26 16:47:31 -04:00
Add a Feature Request template and remove the Security template as it was dup of text in Bug template
This commit is contained in:
parent
f9e3434826
commit
c72ff6e008
3 changed files with 12 additions and 7 deletions
11
.gitlab/issue_templates/Feature_Request.md
Normal file
11
.gitlab/issue_templates/Feature_Request.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
### Description
|
||||
|
||||
(Describe the problem, use cases, benefits, and/or goals.)
|
||||
|
||||
### Request
|
||||
|
||||
(Describe the solution you'd like to see.)
|
||||
|
||||
### Links / references
|
||||
|
||||
/label ~"feature request"
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
### Security Issue
|
||||
|
||||
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).
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
./.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
|
||||
./.gitlab/issue_templates/Feature_Request.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
|
||||
|
|
|
|||
Loading…
Reference in a new issue