aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2021-04-08 17:25:34 +0100
committerGitHub <noreply@github.com>2021-04-08 17:25:34 +0100
commita1e0437c6921dd8b5c5436c97fd2b69b7e06f34a (patch)
treecf4afec74be474f8b663ff04c9c01f4f05d5a39f /README.md
parent0e7d2d7c63249fb13f119bbc91909c745722c2c8 (diff)
downloadlibvfio-user-a1e0437c6921dd8b5c5436c97fd2b69b7e06f34a.zip
libvfio-user-a1e0437c6921dd8b5c5436c97fd2b69b7e06f34a.tar.gz
libvfio-user-a1e0437c6921dd8b5c5436c97fd2b69b7e06f34a.tar.bz2
update README.md with chat and contributing info (#436)
Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Swapnil Ingle <swapnil.ingle@nutanix.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 16 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3a990cb..e4ea228 100644
--- a/README.md
+++ b/README.md
@@ -194,12 +194,26 @@ the emulated GPIO device's pins:
cat /sys/class/gpio/gpiochip480/base > /sys/class/gpio/export
for ((i=0;i<12;i++)); do cat /sys/class/gpio/OUT0/value; done
-Mailing List
-============
+Mailing List & Chat
+===================
libvfio-user development is discussed in libvfio-user-devel@nongnu.org.
Subscribe here: https://lists.gnu.org/mailman/listinfo/libvfio-user-devel.
+We are on Slack at [libvfio-user.slack.com](https://libvfio-user.slack.com);
+or IRC at [#qemu on OFTC](https://oftc.net/).
+
+Contributing
+============
+
+Contributions are welcome; please file an
+[issue](https://github.com/nutanix/libvfio-user/issues/) or
+[open a PR](https://github.com/nutanix/libvfio-user/pulls). Anything substantial
+is worth discussing with us first.
+
+Please make sure to mark any commits with `Signed-off-by` (`git commit -s`),
+which signals agreement with the [Developer Certificate of Origin
+v1.1](https://en.wikipedia.org/wiki/Developer_Certificate_of_Origin).
History
=======