From 8ee45ee5c8523cfd605a3fd9309011ee728b77e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Antunes?= Date: Tue, 23 Apr 2024 19:58:06 -0300 Subject: [PATCH] docs: Fix contributing file path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 412a326..05844fd 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ How could you contribute? * Improving the code quality; * Improving the documentation. -If you want to contribute, please read the [CONTRIBUTING.md](CONTRIBUTING.md) file. +If you want to contribute, please read the [CONTRIBUTING.md](.github/CONTRIBUTING.md) file. For more **advanced** contributions, please, create an issue to discuss the feature you want to implement. If it is a complex decision or a big feature, it is better to create an ADR (Architecture Decision Record) to write down the decision and the reasons behind it. Check the [adr](docs/adr) folder for more information.