From 628ff3676bad8a06fd24aa7b19c625d0948651a5 Mon Sep 17 00:00:00 2001 From: Raphael Moreira Date: Thu, 12 Oct 2023 22:37:32 -0300 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..d9b3517 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,2 @@ +# Contributing & Feedback +If you encounter a bug or have a feature request, please use the Issue Tracker or the Project Board. The project is also open to contributions, so feel free to fork the project and open pull requests. Contributions are highly appreciated! Please make sure it is covered by unit or integrations tests.