From be81be77584e238dfbd306d7716354d31532c7f8 Mon Sep 17 00:00:00 2001 From: zhongjun2 Date: Sat, 6 Jun 2020 15:25:32 +0800 Subject: [PATCH] update security readme --- .gitee/PULL_REQUEST_TEMPLATE.en.md | 24 +++++++++++------------- README.en.md | 10 ++++++---- README.md | 10 ++++++---- 3 files changed, 23 insertions(+), 21 deletions(-) diff --git a/.gitee/PULL_REQUEST_TEMPLATE.en.md b/.gitee/PULL_REQUEST_TEMPLATE.en.md index b8399db..fb9f653 100644 --- a/.gitee/PULL_REQUEST_TEMPLATE.en.md +++ b/.gitee/PULL_REQUEST_TEMPLATE.en.md @@ -1,17 +1,15 @@ -**Is this a BUG REPORT or FEATURE REQUEST?**: + -> Uncomment only one, leave it on its own line: -> -> /kind bug -> -> /kind feature +**What this PR does / why we need it**: +**Which issue this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close that issue when PR gets merged)*: fixes # -**What happened**: - -**What you expected to happen**: - -**How to reproduce it (as minimally and precisely as possible)**: - -**Anything else we need to know?**: +**Special notes for your reviewer**: +**Release note**: + +```release-note +``` diff --git a/README.en.md b/README.en.md index 1a2b735..d23b0d9 100644 --- a/README.en.md +++ b/README.en.md @@ -1,9 +1,11 @@ -# sc +# security #### Description -openGauss Security Committee is responsible for receiving and responding to openGauss community security problem reports, providing community security guidance, and carrying out security governance. +The SIG Security team of openGauss community is responsible for receiving and responding to openGauss community security problem reports, providing community security guidance, and carrying out security governance. -#### Members +security repository is used by SIG Security team to store documents related to security process and security guidance. -TBD \ No newline at end of file +#### SIG Security Member + +TBD diff --git a/README.md b/README.md index 0cfcd69..8a37292 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -# sc +# security #### 介绍 -openGauss安全委员会负责接收和响应openGauss社区安全问题报告、提供社区安全指导,开展安全治理。 +openGauss社区SIG Security小组负责接收和响应openGauss社区安全问题报告、提供社区安全指导,开展安全治理。 -#### 成员 +security仓库用于SIG Security小组存放安全流程、安全指导等相关的文档。 -TBD \ No newline at end of file +#### SIG Security成员 + +TBD -- Gitee