From e34ce32e426edac69e91f88ff99a1abdf9a59e9f Mon Sep 17 00:00:00 2001 From: ridermansb <725337+Ridermansb@users.noreply.github.com> Date: Tue, 29 Mar 2022 21:19:04 -0300 Subject: [PATCH] feat(contributors): explanation how to contribute Use git commit to contribute --- CONTRIBUTORS.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CONTRIBUTORS.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 0000000..1ca8103 --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,6 @@ +[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) + +## How to contribute + + - Fork the repository + - Made your changes and commit using `git commit` command only