From f4253c677ffc552e3c5e37d46d70d410c71343b7 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Mon, 24 Jul 2017 07:46:11 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d45f7723..d4309ad8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,11 @@ # Contributing to rqlite -rqlite is software, and it goes without saying it can always be improved. It's by no means finished -- issues are tracked, and I plan to develop this project further. Pull requests are very welcome, and you may also wish to check out the [rqlite Google Group](https://groups.google.com/forum/#!forum/rqlite). +rqlite is software, and it goes without saying it can always be improved. It's by no means finished -- issues are tracked, and I plan to develop this project further. Pull requests are very welcome. rqlite can be compiled and executed on Linux, OSX, and Microsoft Windows. +## Google Group +You may also wish to check out the [rqlite Google Group](https://groups.google.com/forum/#!forum/rqlite). + ## Clean commit histories If you open a pull request, please ensure the commit history is clean. Squash the commits into logical blocks, perhaps a single commit if that makes sense. What you want to avoid is commits such as "WIP" and "fix test" in the history. This is so we keep history on master clean and straightforward.