From b6780943407005dccebf90e238b62c1a3f7fdb36 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Sat, 17 Feb 2018 23:11:15 +0100 Subject: [PATCH] Update CONTRIBUTING.md Add instructions to branch off of the develop branch and work on a separate topic branch. --- CONTRIBUTING.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8e52c3ed7..f12c62bfa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,11 @@ # Contributing To Simple Icons -Simple Icons welcomes contributions and corrections. Before contributing, please make sure you have read the guidelines below. +Simple Icons welcomes contributions and corrections. Before contributing, please make sure you have read the guidelines below. If you decide to contribute anything, please do the following: + +1. Fork this repository +1. Hack on a separate topic branch from the latest `develop` +1. Commit and push to the topic branch +1. Make a pull request ## Table of contents