dev-community.txt: Make 'How to contribute' a separate section

It's planned to add more contents to this section in follow-up changes.

Also use normal bullets for all index entries. Numbering the entries
doesn't provide any value since it's not step-by-step instructions that
have to be followed in a certain order.

Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: I715c0265ad9e6f1bdd967f8e6aadd60c7ba80e6b
This commit is contained in:
Edwin Kempin
2019-04-23 14:33:03 +02:00
committed by David Pursehouse
parent d621344095
commit ef3da152b9

View File

@@ -11,22 +11,22 @@ Gerrit is developed as a self-hosting open source project:
* link:https://gerrit-review.googlesource.com/q/status:open+project:gerrit[Change Review]
* link:dev-design.html[System Design]
== Developer
. Getting Started
.. link:dev-readme.html[Developer Setup]
.. link:dev-contributing.html[Contributing to Gerrit]
. Plugin Development
.. link:dev-plugins.html[Developing Plugins]
.. link:dev-build-plugins.html[Building Gerrit plugins]
.. link:js-api.html[JavaScript Plugin API]
.. link:config-validation.html[Validation Interfaces]
.. link:dev-stars.html[Starring Changes]
.. link:quota.html[Quota Enforcement]
== How to contribute?
* link:dev-contributing.html[Contributing to Gerrit]
* link:dev-readme.html[Developer Setup]
== Plugin Development
* link:dev-plugins.html[Developing Plugins]
* link:dev-build-plugins.html[Building Gerrit plugins]
* link:js-api.html[JavaScript Plugin API]
* link:config-validation.html[Validation Interfaces]
* link:dev-stars.html[Starring Changes]
* link:quota.html[Quota Enforcement]
== Maintainer
. link:dev-release.html[Making a Gerrit Release]
. link:dev-release-subproject.html[Making a Release of a Gerrit Subproject]
. link:dev-release-jgit.html[Making a Release of JGit]
* link:dev-release.html[Making a Gerrit Release]
* link:dev-release-subproject.html[Making a Release of a Gerrit Subproject]
* link:dev-release-jgit.html[Making a Release of JGit]
GERRIT
------