From 3302e18abe531b93bcb2f378ac85e5982bd00cf2 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 11 Apr 2013 22:05:00 +0200 Subject: [PATCH] docs: Add empty 'contributing' page --- docs/contributing.rst | 13 +++++++++++++ docs/index.rst | 1 + 2 files changed, 14 insertions(+) create mode 100644 docs/contributing.rst diff --git a/docs/contributing.rst b/docs/contributing.rst new file mode 100644 index 00000000..ca013e2f --- /dev/null +++ b/docs/contributing.rst @@ -0,0 +1,13 @@ +.. _contributing: + +************ +Contributing +************ + +TODO: + +- Getting started +- Making changes +- Testing +- Submitting changes +- Additional resources diff --git a/docs/index.rst b/docs/index.rst index 7a663cd3..9dd9d218 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -61,6 +61,7 @@ Development .. toctree:: :maxdepth: 2 + contributing development extensiondev api/index