From 64a20341fcbf32c8c8113942162fcab0f04e4d5e Mon Sep 17 00:00:00 2001 From: Merzak Seven Date: Mon, 19 Feb 2018 12:21:50 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8d1c8b6..e34f9f4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1,8 @@ - +## How to contribute + +1. Fork and clone this repo. `git clone https://github.com//Sahara-Theme` +2. Create a branch for your changes. `git checkout -b my-new-feature` +3. Hack away. +4. Build and examine your changes. +5. Commit and push your changes. +6. Submit a PR for discussion, keeping in mind that not all suggestions can be accepted.