2019-07-13 02:11:36 +02:00
|
|
|
# Support
|
|
|
|
|
2021-05-03 05:17:03 +02:00
|
|
|
If you need support with KMK or just want to say hi, find us in [#kmkfw:klar.sh
|
|
|
|
on Matrix](https://matrix.to/#/#kmkfw:klar.sh). This channel is bridged to
|
|
|
|
Discord [here](https://discordapp.com/widget?id=493256121075761173&theme=dark)
|
|
|
|
for convenience.
|
2019-07-13 02:11:36 +02:00
|
|
|
|
2021-05-03 05:17:03 +02:00
|
|
|
If you ask for help on chat or open a bug report, if possible please give us
|
2020-10-21 21:19:42 +02:00
|
|
|
your commit SHA, found by running
|
|
|
|
|
|
|
|
```python
|
|
|
|
from kmk.consts import KMK_RELEASE; print(KMK_RELEASE)
|
|
|
|
```
|
|
|
|
|
|
|
|
in the REPL on your controller.
|