aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authornils-grepit <nils.fitinghoff@grepit.se>2019-09-15 22:43:10 +0200
committernils-grepit <nils.fitinghoff@grepit.se>2019-09-15 22:43:10 +0200
commit476f29c4dde17e958dc2d3280acee3a19e87bb47 (patch)
treec8d6915e79e371ba776d0ee92072c1b8036075f0 /README.md
parentc14f7d1ce90ad4957801336cefe65b7fa82fe63f (diff)
add CONTRIBUTING.md and link to Matrix room
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index ff33da9..75661ec 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,16 @@ A concurrency framework for building real time systems.
## [API reference](https://japaric.github.io/rtfm5/api/rtfm/index.html)
+## Chat
+Join us and talk about RTFM in the [Matrix room][matrix-room].
+
+[matrix-room]: https://matrix.to/#/!yafYEipFNsXDdwiHMT:matrix.org
+
+## Contributing
+New features and big changes should go through the RFC process in the [dedicated RFC repository][rfcs]. See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
+
+[rfcs]: https://github.com/rtfm-rs/rfcs
+
## Acknowledgments
This crate is based on [the RTFM language][rtfm-lang] created by the Embedded