summaryrefslogtreecommitdiff
path: root/doc/rtd/development/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rtd/development/index.rst')
-rw-r--r--doc/rtd/development/index.rst47
1 files changed, 47 insertions, 0 deletions
diff --git a/doc/rtd/development/index.rst b/doc/rtd/development/index.rst
new file mode 100644
index 00000000..9768fab5
--- /dev/null
+++ b/doc/rtd/development/index.rst
@@ -0,0 +1,47 @@
+Development
+***********
+
+``Cloud-init`` is an open source project that warmly welcomes community
+projects, contributions, suggestions, fixes and constructive feedback. If you
+would like to contribute to ``cloud-init``, this set of documentation will help
+orient you with our processes.
+
+-----
+
+Contributing
+============
+
+.. toctree::
+ :maxdepth: 1
+
+ contributing.rst
+ module_creation.rst
+ code_review.rst
+ dir_layout.rst
+
+Debugging and reporting
+=======================
+
+.. toctree::
+ :maxdepth: 1
+
+ ../howto/bugs.rst
+ logging.rst
+ debugging.rst
+
+Testing
+=======
+
+.. toctree::
+ :maxdepth: 1
+
+ testing.rst
+ integration_tests.rst
+
+Documentation
+=============
+
+.. toctree::
+ :maxdepth: 1
+
+ docs.rst