From 94449c40880a1e9358f0c1d92aaa0e41ae221f48 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Thu, 18 Apr 2013 23:01:39 -0500 Subject: [PATCH] Tell people to update the site not the wiki. We want to kill the wiki with fire. --- site/_posts/2012-07-01-contributing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/_posts/2012-07-01-contributing.md b/site/_posts/2012-07-01-contributing.md index dcab4ffa..473fcf32 100644 --- a/site/_posts/2012-07-01-contributing.md +++ b/site/_posts/2012-07-01-contributing.md @@ -14,9 +14,9 @@ following in mind: [RR](http://github.com/btakita/rr/tree/master). * If it's a brand new feature, make sure to create a new [Cucumber](https://github.com/cucumber/cucumber/) feature and reuse steps - where appropriate. Also, whipping up some documentation in your fork's wiki - would be appreciated, and once merged it will be transferred over to the main - wiki. + where appropriate. Also, whipping up some documentation in your fork's `site` + directory would be appreciated, and once merged it will also appear in + the next update of the main site. * If your contribution adds or changes any Jekyll behavior, make sure to update the documentation. It lives in `site/_posts`. If the docs are missing information, please feel free to add it in. Great docs make a great project!