From 0292a05077c4ef21b668eb9c30412f57620c3779 Mon Sep 17 00:00:00 2001 From: Adam Weber Date: Wed, 24 Oct 2018 16:24:47 -0500 Subject: [PATCH] created support.md file --- SUPPORT.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 SUPPORT.md diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 0000000000..bc595d8436 --- /dev/null +++ b/SUPPORT.md @@ -0,0 +1,24 @@ +# Sitecore JavaScriptServices (JSS) Support + +If you're looking for support for JSS there are a lot of options: + +### Documentation + +https://jss.sitecore.com + +### Questions or help + +* [Sitecore Stack Exchange](https://sitecore.stackexchange.com/questions/tagged/jss) + - Be sure to tag your question with the `jss` tag. +* [Sitecore Community Slack](https://sitecorechat.slack.com) + - Use the dedicated `#jss` channel + - If you're not already a member of the Sitecore Community Slack, you can find more information here: https://siteco.re/sitecoreslack +* [Sitecore Community Forum](https://community.sitecore.net/developers/f/40) + +### Issues / bugs / feature requests + +Open an issue via GitHub: https://github.com/Sitecore/jss/issues + +Please use one of the provided templates when opening an issue, it will greatly increase your chances of a prompt response. + +Also, please try to refrain from asking "How to...?" questions via GitHub issues. If you have questions about how to use JSS or implement something specific with JSS, you'll likely find more success referring to the documentation, posting to Sitecore StackExchange, or chatting on Slack.