From 3bf95d6f14548c2705f704ec35d478cffa55b0e1 Mon Sep 17 00:00:00 2001 From: "Hinrich B. Winther" Date: Sat, 26 Apr 2014 13:08:59 +0200 Subject: [PATCH] added instructions for contributions --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4fbd10..287e52d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,16 @@ Additional command line parameters can be passed to pandoc via the PANDOC_ARGS p ] +Contributing +------------ + +1. Fork it +2. Create your feature branch (`git checkout -b my-new-feature`) +3. Commit your changes (`git commit -am 'Add some feature'`) +4. Push to the branch (`git push origin my-new-feature`) +5. Create new Pull Request + + [pandoc]: http://johnmacfarlane.net/pandoc/ [pypandoc]: https://github.com/bebraw/pypandoc -