From e40c7b05098cac6d68142cc54cf0702fb5eee851 Mon Sep 17 00:00:00 2001 From: Diogo Peralta Cordeiro Date: Tue, 17 Aug 2021 23:39:45 +0100 Subject: [PATCH] [DOCS][Developer] Recommend reading the tests cases for when the doc doesn't cover --- docs/developer/src/introduction.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/developer/src/introduction.md b/docs/developer/src/introduction.md index 7502df60dc..765ba63be2 100644 --- a/docs/developer/src/introduction.md +++ b/docs/developer/src/introduction.md @@ -5,7 +5,7 @@ the art of contributing to the GNU social codebase. It starts by introducing the Modules system and architecture, then the plugin development process and finally the exciting internals -of GNU social for those looking forward to make the most advanced contributions. +of GNU social for those looking forward to making the most advanced contributions. # What you need to dive in @@ -24,4 +24,9 @@ The [User](/user) one is intended to illustrate the various common use cases, po The [Administrator](/administrator) one explains the step by step of how to install and maintain a GNU social instance, be it as node of The Free Network or as an intranet social network in a company setting. -The [Designer](/designer) one is an in-depth overview of the design motifs, and the design language used. Useful for creating new plugins and help as a basis for new themes. \ No newline at end of file +The [Designer](/designer) one is an in-depth overview of the design motifs, and the design language used. Useful for creating new plugins and help as a basis for new themes. + +# Tests + +When what you're looking for (usage instructions of anything), refer to the `tests` directory. +The unit tests are properly commented and are very extensive, they try to cover every use scenario. \ No newline at end of file