From 5ada13fb45c3467482642b4933b4b4d4be0a8762 Mon Sep 17 00:00:00 2001 From: zachgersh Date: Fri, 7 Jun 2013 10:51:53 -0700 Subject: [PATCH] Updated contributing documentation as per parkr. --- CONTRIBUTING.md | 16 ++++++++++++++++ site/docs/contributing.md | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b2b1eb6b..9014a047 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,6 +50,22 @@ Here's the most direct way to get your work merged into the project: * Create a pull request against mojombo/jekyll and describe what your change does and the why you think it should be merged. +Updating Documentation +---------------------- + +We want the jekyll documentation to be the best it can be and we welcome +pull request when you find it lacking. + +You can find the documentation for jekyllrb.com in the +[site/docs](https://github.com/zachgersh/jekyll/tree/master/site/docs) directory, +it is setup to use jekyll pages. + +All documentation pull requests should be directed at MASTER. We will +close pull requests that are not directed at master. + +The [jekyll wiki](https://github.com/mojombo/jekyll/wiki) here on github can be freely updated without a pull +request as all github users have access. + Gotchas ------- diff --git a/site/docs/contributing.md b/site/docs/contributing.md index e7616a7e..dccf4328 100644 --- a/site/docs/contributing.md +++ b/site/docs/contributing.md @@ -82,6 +82,22 @@ git push origin my_awesome_feature * Create a pull request against mojombo/jekyll and describe what your change does and the why you think it should be merged. +Updating Documentation +---------------------- + +We want the jekyll documentation to be the best it can be and we +welcome pull request when you find it lacking. + +You can find the documentation for jekyllrb.com in the +[site/docs](https://github.com/mojombo/jekyll/tree/master/site/docs) +directory, it is setup to use jekyll pages. + +All documentation pull requests should be directed at MASTER. We +will close pull requests that are not directed at master. + +The [jekyll wiki](https://github.com/mojombo/jekyll/wiki) here on github can be freely updated without a pull +request as all github users have access. + Gotchas -------