From bab2b5ced98b8e3c1e140e4ebdb30741eff6aee6 Mon Sep 17 00:00:00 2001 From: Ralph Whitbeck Date: Tue, 16 Oct 2012 16:45:40 -0400 Subject: [PATCH] Took the content submitted from issue #116 and modified it to close #115 this should also close #116 --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 99eb3c5c..32a315e6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -60,4 +60,8 @@ If the article was pulled in from an outside source you also need to add an attr ## How do I get credit for my contribution? -We will build the attribution of an article based on the git commit logs. Only use the attribution meta tag to give credit to authors outside of git for an article that was pulled in for instance. \ No newline at end of file +We will build the attribution of an article based on the git commit logs. Only use the attribution meta tag to give credit to authors outside of git for an article that was pulled in for instance. + +Writing Style Guide + +The jQuery Learning Site uses the [same style guide as the jQuery Documentation team](https://github.com/jquery/api.jquery.com#style-guidelines). If you have questions which are not addressed by this style guide, please refer to [idiomatic.js](https://github.com/rwldrn/idiomatic.js/). \ No newline at end of file