From 649af8b2e8cb64e7cd0f940620fcf6ded753cd8c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 6 Oct 2015 10:04:25 +0100 Subject: [PATCH] Add CONTRIBUTING.md --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..2190751d --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +# Contributing to this Repository + +This is my personal website, but I’m more than happy to accept pull requests to fix typos, add updates or make amendments to blog posts etc. + +Here are the steps: + +1. [Create a fork](https://guides.github.com/activities/forking/#fork) of this repository. +2. Create an appropriately-named branch for the change or addition that you want to make. +3. Commit your changes to your branch. +4. [Create a pull request](https://guides.github.com/activities/forking/#making-a-pull-request) against the original `master` base branch. + +If the pull request is approved, the code will be merged into the `master` branch and deployed to http://www.oliverdavies.uk.