From 36b0166de9dbc6562d88030f97af0e3b546fe18f Mon Sep 17 00:00:00 2001 From: Leonel Quinteros Date: Thu, 16 Nov 2017 18:50:32 -0300 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..7103f49 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,13 @@ +# CONTRIBUTING + +## Issues + +All issues reports are welcome. Open a new Issue whenever you want to report a bug, request a change or make a proposal. + + +## Pull Requests + +If you have any changes that can be merged, feel free to send a Pull Request. + +Usually, you'd want to create a new Issue to discuss about the change you want to merge and why it's needed or what it solves. +