From 865a2df854017406404f007ddbcad84e341cb686 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 20 Feb 2016 21:44:15 +0100 Subject: [PATCH] Add IRC channel to docs --- CONTACT.rst | 13 +++++++++++++ CONTRIBUTING.rst | 3 +++ docs/contact.rst | 1 + 3 files changed, 17 insertions(+) create mode 100644 CONTACT.rst create mode 100644 docs/contact.rst diff --git a/CONTACT.rst b/CONTACT.rst new file mode 100644 index 0000000..5152003 --- /dev/null +++ b/CONTACT.rst @@ -0,0 +1,13 @@ +=================== +Support and Contact +=================== + +* The ``#vdirsyncer`` IRC channel on Freenode might be active, depending on + your timezone. Use it for support and general (including off-topic) + discussion. + +* Open `a GitHub issue `_ for + concrete bug reports and feature requests. + +* Lastly, you can also `contact the author directly + `_. diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 76df6e3..5f31ebf 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,3 +1,6 @@ +**Important:** Please read `CONTACT.rst `_ for questions and +support requests. + Reporting bugs ============== diff --git a/docs/contact.rst b/docs/contact.rst new file mode 100644 index 0000000..7a2eff1 --- /dev/null +++ b/docs/contact.rst @@ -0,0 +1 @@ +.. include:: ../CONTACT.rst