From 6e0bb5e0ba7ff8d95fcd781beef19443dd90900a Mon Sep 17 00:00:00 2001 From: zachgersh Date: Mon, 17 Jun 2013 21:36:08 -0700 Subject: [PATCH] Final changes for M & P. --- CONTRIBUTING.md | 11 ++++++----- site/docs/contributing.md | 9 +++++---- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3887df16..912be910 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,12 +53,13 @@ Here's the most direct way to get your work merged into the project: Updating Documentation ---------------------- -We want the Jekyll documentation to be the best it can be and we welcome -pull request when you find it lacking. +We want the Jekyll documentation to be the best it can be. We've +open-sourced our docs and we welcome any pull requests if you find it +lacking. -You can find the documentation for jekyllrb.com in the -[site](https://github.com/mojombo/jekyll/tree/master/site) directory, -it is setup to use Jekyll pages. +You can find the documentation for jekyllrb.com in the +[site](https://github.com/mojombo/jekyll/tree/master/site) directory of +Jekyll's repo on GitHub.com. All documentation pull requests should be directed at `master`. Pull requests directed at another branch will not be accepted. diff --git a/site/docs/contributing.md b/site/docs/contributing.md index adb46b5c..b5f7e480 100644 --- a/site/docs/contributing.md +++ b/site/docs/contributing.md @@ -85,12 +85,13 @@ git push origin my_awesome_feature Updating Documentation ---------------------- -We want the Jekyll documentation to be the best it can be and we -welcome pull request when you find it lacking. +We want the Jekyll documentation to be the best it can be. We've +open-sourced our docs and we welcome any pull requests if you find it +lacking. You can find the documentation for jekyllrb.com in the -[site](https://github.com/mojombo/jekyll/tree/master/site) -directory, it is setup to use Jekyll pages. +[site](https://github.com/mojombo/jekyll/tree/master/site) directory of +Jekyll's repo on GitHub.com. All documentation pull requests should be directed at `master`. Pull requests directed at another branch will not be accepted.