From 56ab510bda065807858c49d9e219da76a7beddc9 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Fri, 21 Dec 2018 20:07:26 +0100 Subject: Create CONTRIBUTING.md --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..56c3a2b --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,7 @@ +If you want to send a pull request to our project and github editor is not enough, then you can: + +1. Fork or copy this repository + +2. clone on your local environment and run your git-wiki installation following [this guide](https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/) + +3. do your changes, push on your fork and create a Pull Request for us -- cgit