This repository was archived by the owner on Aug 15, 2023. It is now read-only.
forked from RocketChat/docs-old
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve reporting issue & support docs (RocketChat#330)
* Add stackoverflow and reformat a bit * Add a lot of additional info to reporting an issue doc * Clean up spacing * Update README.md * Fix typos * Improve support doc a little * Remove un-needed new line * added a few more channels
- Loading branch information
1 parent
07a2f84
commit 3d8916d
Showing
2 changed files
with
46 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,24 @@ | ||
# Getting Support | ||
|
||
## Live support | ||
## Community support | ||
We have a great community that likes to give back. | ||
|
||
You can find us at [https://demo.rocket.chat](https://demo.rocket.chat) | ||
Some great places to ask your questions: | ||
* Stack Overflow [Rocket.Chat Tag](https://stackoverflow.com/questions/tagged/rocket.chat) | ||
* [Server Fault](https://serverfault.com/search?q=Rocket.Chat) | ||
|
||
Look for these channels, Rocket.Chat team members usually hang around them: | ||
Our community also often hangs out on our [community server](https://demo.rocket.chat). | ||
|
||
[\#general](https://demo.rocket.chat/channel/general) | ||
General discussion channel | ||
Some of the channels to get help: | ||
* [\#support](https://demo.rocket.chat/channel/support) channel for help with general Rocket.Chat | ||
* [\#ubuntu-snap](https://demo.rocket.chat/channel/ubuntu-snap) channel for help with snap installs | ||
* [\#desktop](https://demo.rocket.chat/channel/desktop) channel for help with the desktop client | ||
* [\#hubot](https://demo.rocket.chat/channel/hubot) channel for help with hubot scripting | ||
* [\#dev](https://demo.rocket.chat/channel/dev) channel for developers needing help developing new features | ||
|
||
[\#support](https://demo.rocket.chat/channel/support) | ||
Rocket.Chat support channel | ||
|
||
[\#dev](https://demo.rocket.chat/channel/dev) | ||
Hangout for Rocket.Chat developers, community and core | ||
Remember to have a little patience. Support is provided by other members of the community like you in their free time. | ||
|
||
## Reporting bugs | ||
|
||
[Github Issues](https://github.com/RocketChat/Rocket.Chat/issues) are used to track todos, bugs, feature requests, and more. | ||
|
||
Before opening a new issue, make sure you are running the latest stable version. | ||
|
||
You can find your current version by accessing your server info URL: `http://<your server name>/api/v1/info` | ||
|
||
A sample output of the version information: | ||
|
||
``` | ||
{ | ||
version: "0.39.0", | ||
build: { | ||
date: "2016-09-16T22:44:25.095Z", | ||
nodeVersion: "v4.5.0", | ||
arch: "x64", | ||
platform: "linux", | ||
osRelease: "3.13.0-52-generic", | ||
totalMemory: 8373084160, | ||
freeMemory: 129458176, | ||
cpus: 4 | ||
}, | ||
commit: { | ||
hash: "5b5800849b7d6fc0c17d884b2963ae756faac4d7", | ||
date: "Fri Sep 16 19:33:17 2016 -0300", | ||
author: "Gabriel Engel", | ||
subject: "Merge branch 'develop' into improvements/more-streams", | ||
tag: "0.39.0", | ||
branch: "improvements/more-streams" | ||
} | ||
} | ||
``` | ||
|
||
_For more information about specific releases and tags please visit the [releases page](https://github.com/RocketChat/Rocket.Chat/releases)_ | ||
If you think you have found a bug. Please see [Reporting Issues](/1.%20Contributing/Reporting%20Issues) |