From 66a5a25a7fdb74b4e6f79069a14019110e3b2abc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=CC=81scar=20M=2E=20Lage?= Date: Mon, 28 Mar 2022 22:00:13 +0200 Subject: [PATCH] Add: CONTRIBUTING file --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..436f8db --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# Contributing + +Contributions are welcome, and they are greatly appreciated! Every +little bit helps, and credit will always be given. + +Types of contributions: + +- **Report bugs**: If you think you've found a bug please submit a bug report with some information as operating system, details about your local setup and detailed steps to reproduce the bug. +- **Fix bugs**: Look through the GitHub issues for bugs. Anything tagged with "bug" +is open to whoever wants to implement it. +- **Implement features**: Take in account that features always involves PR and code review.