diff options
author | Joan Touzet <wohali@users.noreply.github.com> | 2019-03-11 22:28:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-11 22:28:53 -0400 |
commit | f88d35babaf67687a3a3684fff19b4b3e82d585f (patch) | |
tree | 7859ad4fa37f407a4713e5ec2f3fa3d0951afd55 | |
parent | d98fd880bfa97f799c1bc6a05f2c888160616c53 (diff) | |
download | couchdb-f88d35babaf67687a3a3684fff19b4b3e82d585f.tar.gz |
Add security item to the RFC template (#1914)
-rw-r--r-- | .github/ISSUE_TEMPLATE/rfc.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/rfc.md b/.github/ISSUE_TEMPLATE/rfc.md index e1790c0fe..08bd0549e 100644 --- a/.github/ISSUE_TEMPLATE/rfc.md +++ b/.github/ISSUE_TEMPLATE/rfc.md @@ -50,9 +50,9 @@ document are to be interpreted as described in [TIP]: # ( If the changes will affect how a user interacts with CouchDB, explain. ) -## Modules affected +## Applications and Modules affected -[NOTE]: # ( List the OTP or functional modules in CouchDB affected by the proposal. ) +[NOTE]: # ( List the OTP applications or functional modules in CouchDB affected by the proposal. ) ## HTTP API additions @@ -71,6 +71,10 @@ document are to be interpreted as described in [NOTE]: # ( If these endpoints are replaced by new endpoints, list those as well. ) [NOTE]: # ( State the proposed version in which the deprecation and removal will occur. ) +# Security Considerations + +[NOTE]: # ( Include any impact to the security of CouchDB here. ) + # References [TIP]: # ( Include any references to CouchDB documentation, mailing list discussion, ) |