From d029b50fd8e7b0cb3d08aa7b02f83969b3117dc6 Mon Sep 17 00:00:00 2001 From: Florin Pop Date: Tue, 26 Feb 2019 21:52:59 +0200 Subject: [PATCH] added Contribution Guide --- Contribution Guide.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Contribution Guide.md diff --git a/Contribution Guide.md b/Contribution Guide.md new file mode 100644 index 00000000..65676dfe --- /dev/null +++ b/Contribution Guide.md @@ -0,0 +1,11 @@ +## Contribution Guide + +This guide will help us ensure that you have a simple and effective way to contribute to this project. + +- If you want to propose a new App Idea, use the [Example Guide](./Example%20Guide.md) as a base template. +- Before creating a Pull Request, please make sure that your suggestion is not already added to the project. You can submit an update if this will improve the existing idea. +- Make sure you check your spelling and grammar. +- Create individual PR for each suggestion. +- A Trello Board will be created by one of the Team Members after the PR will get merged. + +Thank you for spending time improving this project!