Extract dev processes from dev-contributing.txt into a separate page
I want the dev-contributing.txt page to focus on the contribution
process. Hence unrelated contents from dev-contributing.txt are moved to
new locations.
Finding a starter project is not really a process, hence for now this
stays in dev-contributing.txt.
Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: I59b1956547f6ee9c2686ded813fc4d89421a066c
diff --git a/Documentation/dev-community.txt b/Documentation/dev-community.txt
index 0d526ec..12fd5c1 100644
--- a/Documentation/dev-community.txt
+++ b/Documentation/dev-community.txt
@@ -11,6 +11,12 @@
* link:https://bugs.chromium.org/p/gerrit/issues/list[Issue Tracking]
* link:https://gerrit-review.googlesource.com/q/status:open+project:gerrit[Change Review]
* link:dev-design.html[System Design]
+* Processes
+** link:dev-contributing.html[Contribution Process]
+** link:dev-processes.html#dev-in-stable-branches[Development in stable branches]
+** link:dev-processes.html#backporting[Backporting to stable branches]
+** link:dev-processes.html#upgrading-libraries[Upgrading Libraries]
+** link:dev-processes.html#deprecating-features[Deprecating features]
[[how-to-contribute]]
== How to contribute?