From 0627676c0f95cee1fc05b766ce97000925330265 Mon Sep 17 00:00:00 2001 From: Chris Done Date: Wed, 28 May 2014 23:13:21 +0200 Subject: [PATCH] Add contributing section --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 1bf52d8..10d143b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,17 @@ haskell-lang Haskell web site. +## I'm just here to edit a markdown page + +All pages that are produced by markdown +[are here](https://github.com/chrisdone/hl/tree/master/static/markdown). + +To contribute changes simply fork this repo and open a pull +request. It will be merged and redeployed in short order. + +If you want to edit a page which has some custom code in it, you'll +want to see the next sections for building and running instructions. + ## Building Clone the repo: