From 8790ad6013a9af690263bb242ddf83e785cb675a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Mon, 20 Apr 2020 14:56:37 +0200 Subject: [PATCH] misc: update GH issue templates - Use config.yml to prevent creating issues with a blank template - Don't use a template to direct people to the forum - Create a security policy template --- .../{3-feature-request.md => 2-feature-request.md} | 0 .github/ISSUE_TEMPLATE/2-help.md | 10 ---------- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ README.md | 6 +----- .../ISSUE_TEMPLATE/4-security-issues.md => SECURITY.md | 8 +++----- 5 files changed, 9 insertions(+), 20 deletions(-) rename .github/ISSUE_TEMPLATE/{3-feature-request.md => 2-feature-request.md} (100%) delete mode 100644 .github/ISSUE_TEMPLATE/2-help.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml rename .github/ISSUE_TEMPLATE/4-security-issues.md => SECURITY.md (53%) diff --git a/.github/ISSUE_TEMPLATE/3-feature-request.md b/.github/ISSUE_TEMPLATE/2-feature-request.md similarity index 100% rename from .github/ISSUE_TEMPLATE/3-feature-request.md rename to .github/ISSUE_TEMPLATE/2-feature-request.md diff --git a/.github/ISSUE_TEMPLATE/2-help.md b/.github/ISSUE_TEMPLATE/2-help.md deleted file mode 100644 index 551a9e857..000000000 --- a/.github/ISSUE_TEMPLATE/2-help.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Need help with Jitsi Meet? -about: Please ask it in our community at https://community.jitsi.org - ---- - -If you have a question about Jitsi Meet that is not a bug report or feature -request, please post it in https://community.jitsi.org - -Questions posted to this repository will be closed. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..7ca490a28 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Need help with Jitsi Meet? + url: https://community.jitsi.org + about: Please ask it in our community. diff --git a/README.md b/README.md index cfc9b622e..2e1f1d3cc 100644 --- a/README.md +++ b/README.md @@ -75,11 +75,7 @@ at [8x8](https://8x8.com). ## Security issues -We take security very seriously and develop all Jitsi projects to be secure and safe. - -If you find (or simply suspect) a security issue in any of the Jitsi projects, please send us an email to security@jitsi.org. - -**We encourage responsible disclosure for the sake of our users, so please reach out before posting in a public space.** +For information on reporting security vulnerabilities in Jitsi Meet, see [SECURITY.md](./SECURITY.md). ## Acknowledgements diff --git a/.github/ISSUE_TEMPLATE/4-security-issues.md b/SECURITY.md similarity index 53% rename from .github/ISSUE_TEMPLATE/4-security-issues.md rename to SECURITY.md index 04cd0f35f..d8441922d 100644 --- a/.github/ISSUE_TEMPLATE/4-security-issues.md +++ b/SECURITY.md @@ -1,11 +1,9 @@ ---- -name: Security issues -about: Please email security@jitsi.org +# Security ---- +## Reporting security issuess We take security very seriously and develop all Jitsi projects to be secure and safe. If you find (or simply suspect) a security issue in any of the Jitsi projects, please send us an email to security@jitsi.org. -We encourage responsible disclosure for the sake of our users, so please reach out before posting in a public space. +**We encourage responsible disclosure for the sake of our users, so please reach out before posting in a public space.**