diff options
author | John Olheiser <42128690+jolheiser@users.noreply.github.com> | 2019-03-08 12:15:46 -0600 |
---|---|---|
committer | techknowlogick <matti@mdranta.net> | 2019-03-08 13:15:46 -0500 |
commit | 5c69e31c22c57a7ea8d884108db02d85ab62d160 (patch) | |
tree | a8564ebdaf3576812c9e82bbd37089616ba4dc28 /.github | |
parent | 062de8e86fa06ca0945d862f613e785beca52df8 (diff) | |
download | gitea-5c69e31c22c57a7ea8d884108db02d85ab62d160.tar.gz gitea-5c69e31c22c57a7ea8d884108db02d85ab62d160.zip |
Add security note to issue template (#6281)
Diffstat (limited to '.github')
-rw-r--r-- | .github/issue_template.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md index b5d2409e42..ab2b73c565 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,7 +1,9 @@ +<!-- NOTE: If your issue is a security concern, please send an email to security@gitea.io instead of opening a public issue --> + <!-- - 1. Please speak English, this is the language all of us can speak and write. + 1. Please speak English, this is the language all maintainers can speak and write. 2. Please ask questions or configuration/deploy problems on our Discord - server (https://discord.gg/NsatcWJ) or forum (https://discourse.gitea.io). + server (https://discord.gg/gitea) or forum (https://discourse.gitea.io). 3. Please take a moment to check that your issue doesn't already exist. 4. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. |