From 7d7bee7e9df00bf1f439a419f67ee749c0989c43 Mon Sep 17 00:00:00 2001 From: stianst Date: Tue, 21 Dec 2021 12:55:49 +0100 Subject: [PATCH 1/3] Add support file to all repositories Closes #3 --- SUPPORT.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 SUPPORT.md diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 0000000..9975c91 --- /dev/null +++ b/SUPPORT.md @@ -0,0 +1,7 @@ +# Need help with Keycloak? + +Welcome to the Keycloak community. If you have some questions or need some help we are here to help, please be respectful and also remember that we simply may not have time or capacity to answer every question. + +Before asking for help, please check out the [documentation](https://www.keycloak.org/documentation), see if your question has already been answered, and try searching for the solution. + +For general help and questions the best place to ask is through [GitHub Discussions](https://github.com/keycloak/keycloak/discussions/categories/q-a). We also have a [mailing list](https://groups.google.com/forum/#!forum/keycloak-user) if you prefer that. From aa7d3895e1c878bbb9c2afbfc2cf913da37a0591 Mon Sep 17 00:00:00 2001 From: stianst Date: Wed, 22 Dec 2021 10:13:41 +0100 Subject: [PATCH 2/3] Added note about security policies --- SUPPORT.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SUPPORT.md b/SUPPORT.md index 9975c91..01eb981 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -5,3 +5,5 @@ Welcome to the Keycloak community. If you have some questions or need some help Before asking for help, please check out the [documentation](https://www.keycloak.org/documentation), see if your question has already been answered, and try searching for the solution. For general help and questions the best place to ask is through [GitHub Discussions](https://github.com/keycloak/keycloak/discussions/categories/q-a). We also have a [mailing list](https://groups.google.com/forum/#!forum/keycloak-user) if you prefer that. + +For any security sensitive questions or issues, please refer to our [Security Policy](https://github.com/keycloak/keycloak/security/policy) on how to disclose these in a responsible way. From 30a031aaf639b1efbae6abef78320b930bef67d7 Mon Sep 17 00:00:00 2001 From: stianst Date: Wed, 22 Dec 2021 10:14:46 +0100 Subject: [PATCH 3/3] Re-word intro --- SUPPORT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUPPORT.md b/SUPPORT.md index 01eb981..affc19a 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -1,6 +1,6 @@ # Need help with Keycloak? -Welcome to the Keycloak community. If you have some questions or need some help we are here to help, please be respectful and also remember that we simply may not have time or capacity to answer every question. +Welcome to the Keycloak community. We are here to help, but please be respectful, and also remember that we simply may not have time or capacity to answer every question. Before asking for help, please check out the [documentation](https://www.keycloak.org/documentation), see if your question has already been answered, and try searching for the solution.