From bf2015bd5b4915c81cd96704599a10bf72046079 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Sun, 28 Jun 2015 11:39:26 +0200 Subject: [PATCH] add link to http://www.contribution-guide.org --- doc/contributing.rst | 6 ++++++ doc/index.rst | 1 + 2 files changed, 7 insertions(+) create mode 100644 doc/contributing.rst diff --git a/doc/contributing.rst b/doc/contributing.rst new file mode 100644 index 0000000..c2eb792 --- /dev/null +++ b/doc/contributing.rst @@ -0,0 +1,6 @@ + + +Contributing to Autocmake +========================= + +Please follow the excellent guide: http://www.contribution-guide.org. diff --git a/doc/index.rst b/doc/index.rst index 09f0ebe..44fc041 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -35,6 +35,7 @@ For developers/contributors to Autocmake .. toctree:: :maxdepth: 2 + contributing.rst testing.rst documentation.rst