Author: Riku Isokoski <riksu9000@gmail.com>
readme: Add Project management section The list of development docs was getting long, so move docs more intended for maintainers to a separate section.
README.md | 11 +++++++----
diff --git a/README.md b/README.md index ff0a5be387f5894d7fed96699a5dcbd94ef1358e..b141b5818e9bbffaf882ffdc64e67d350b446bfe 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,6 @@ - [Generate the fonts and symbols](src/displayapp/fonts/README.md) - [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 @@ -60,6 +56,13 @@ ### Architecture and technical topics - [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