diff options
author | skullydazed <skullydazed@users.noreply.github.com> | 2018-03-06 14:37:48 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-06 14:37:48 -0800 |
commit | 08e48eb6f534c7eeb692e8e63b81f41110dcb5e3 (patch) | |
tree | 185ec53e454639431fdaa0d998407361986940db /docs/getting_started_getting_help.md | |
parent | 12c8ee956dc0230b571bc51f785ae417073d5c67 (diff) | |
download | qmk_firmware-08e48eb6f534c7eeb692e8e63b81f41110dcb5e3.tar.gz qmk_firmware-08e48eb6f534c7eeb692e8e63b81f41110dcb5e3.zip |
Add a newbie guide for people completely new to QMK (#2480)
Diffstat (limited to 'docs/getting_started_getting_help.md')
-rw-r--r-- | docs/getting_started_getting_help.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/getting_started_getting_help.md b/docs/getting_started_getting_help.md new file mode 100644 index 000000000..7fb3b49e9 --- /dev/null +++ b/docs/getting_started_getting_help.md | |||
@@ -0,0 +1,21 @@ | |||
1 | # Getting Help | ||
2 | |||
3 | There are a lot of resources for getting help with QMK. | ||
4 | |||
5 | ## Realtime Chat | ||
6 | |||
7 | You can find QMK developers and users on our main [gitter chat room](https://gitter.im/qmk/qmk_firmware). We also have other rooms for more specific discussion: | ||
8 | |||
9 | * [Main Firmware Chat](https://gitter.im/qmk/qmk_firmware) | ||
10 | * [QMK Toolbox](https://gitter.im/qmk/qmk_toolbox) | ||
11 | * [Hardware Design Discussion](https://gitter.im/qmk/qmk_hardware) | ||
12 | * [Web Configurator](https://gitter.im/qmk/qmk_configurator) | ||
13 | * [Compiler API](https://gitter.im/qmk/qmk_compiler_api) | ||
14 | |||
15 | ## OLKB Subreddit | ||
16 | |||
17 | The official QMK forum is [/r/olkb](https://reddit.com/r/olkb) on [reddit.com](https://reddit.com). | ||
18 | |||
19 | ## Github Issues | ||
20 | |||
21 | You can open an [issue on GitHub](https://github.com/qmk/qmk_firmware/issues). This is especially handy when your issue will require long-term discussion or debugging. | ||