From 064cf90263b580b9b6f144387e695c8f331c1e9a Mon Sep 17 00:00:00 2001 From: Clarissa Borges Date: Mon, 5 Jul 2021 12:58:30 -0300 Subject: [PATCH] Adds general reference to docs folder on README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 580f2d45..7e2de495 100644 --- a/README.md +++ b/README.md @@ -243,6 +243,10 @@ We use `Rubocop` to perform static code analysis: rubocop ``` +## Additional documentation + +We have some additional documentation describing some implementations, definitions and other guides on the [docs folder](docs). + ## Known Issues For a list of [how to solve known issues](docs/KNOWN_ISSUES.MD)