summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2023-01-15 10:41:10 +0200
committerRiku Isokoski <riksu9000@gmail.com>2023-01-22 09:00:14 +0200
commitaed37dd74db3889301c47d3076172a1ff5c07a65 (patch)
tree3a47173609aacea5e19c3c9c7edd58345de7987f
parentee8349a6767da9b7198a3563b6252a93537524a3 (diff)
readme: Add Project management section
The list of development docs was getting long, so move docs more intended for maintainers to a separate section.
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index ff0a5be3..b141b581 100644
--- a/README.md
+++ b/README.md
@@ -31,10 +31,6 @@ Fast open-source firmware for the [PineTime smartwatch](https://www.pine64.org/p
- [Tips on designing an app UI](doc/ui_guidelines.md)
- [Bootloader, OTA and DFU](bootloader/README.md)
- [External resources](doc/ExternalResources.md)
-- [Versioning](doc/versioning.md)
-- [Project branches](doc/branches.md)
-- [Files included in the release notes](doc/filesInReleaseNotes.md)
-- [Maintainer's guide](doc/maintainer-guide.md)
### Contributing
@@ -61,6 +57,13 @@ Fast open-source firmware for the [PineTime smartwatch](https://www.pine64.org/p
- [Memory analysis](doc/MemoryAnalysis.md)
+### Project management
+
+- [Maintainer's guide](doc/maintainer-guide.md)
+- [Versioning](doc/versioning.md)
+- [Project branches](doc/branches.md)
+- [Files included in the release notes](doc/filesInReleaseNotes.md)
+
## Licenses
This project is released under the GNU General Public License version 3 or, at your option, any later version.