feat(extensions): most of the extensions implementation, by kdb424

This commit is contained in:
Kyle Brown
2020-10-21 12:19:42 -07:00
committed by Josh Klar
parent 9821f7bcc3
commit e72d2b8c34
140 changed files with 3860 additions and 2312 deletions

View File

@@ -1,13 +1,15 @@
# Support
If you are having any issues in installing, configuring, or otherwise issues
with KMK, please reach out to us and our community here.
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.
If you ask for help on chat or open a bug report, if possible please give us
your commit SHA, found by running `from kmk.consts import KMK_RELEASE;
print(KMK_RELEASE)` in the REPL on your controller.
your commit SHA, found by running
```python
from kmk.consts import KMK_RELEASE; print(KMK_RELEASE)
```
in the REPL on your controller.