Skip to content

Commit c545afb

Browse files
committed
Merge pull request jquery#170 from RedWolves/issue-166-2
Added code style guides to contributing
2 parents b47c2bf + b6dc194 commit c545afb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CONTRIBUTING.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ If the article was pulled in from an outside source you also need to add an attr
6262

6363
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.
6464

65-
Writing Style Guide
65+
## Style Guide
6666

67-
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/).
67+
### Writing
68+
The jQuery Learning Site uses the [same style guide as the jQuery Documentation team](https://github.com/jquery/api.jquery.com#style-guidelines).
69+
70+
### Code
71+
Please use the [jQuery Core Code Style Guide](http://docs.jquery.com/JQuery_Core_Style_Guidelines) for your code examples.
72+
73+
If you have questions which are not addressed by this style guide, please refer to [idiomatic.js](https://github.com/rwldrn/idiomatic.js/).

0 commit comments

Comments
 (0)