-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Prose Style Guide #75
Comments
Hi @scottgonzalez, how to can I contribute on this? |
To start, you should read through http://contribute.jquery.org/ and http://learn.jquery.com/style-guide/. Then you could send a PR with a first draft. |
(everything from READMEs to API documentation to articles and tutorials) I am new, where are READMEs =? could you give me the links? |
READMEs are in all of the various repositories. To be honest, a large part of this task requires the knowledge of someone immersed in this community. |
@scottgonzalez well I will try with this https://github.com/jquery/sizzle it is ok? |
@marti1125 You might want to start with the one at https://github.com/jquery/api.jquery.com/blob/master/README.md Let me know if you have any questions about it. |
I need some confirmation. Do you wish to have the information in http://learn.jquery.com/style-guide/ distributed inside pages at http://contribute.jquery.org/ ? |
The style guide needs to move out of the various locations that it currently exists, including http://learn.jquery.com/style-guide/, and into http://contribute.jquery.org/style-guide/prose/. |
Thanks for your answer. I will send you a pull request with a first draft in the next few days. |
@pablofiu That's great. If you have any questions, just ask here or in #jquery-content on IRC. |
Thank you, Scott. |
See jquery/learn.jquery.com#285 for more details. |
With regards to code output placement, we agreed to use |
Slightly related: Markdown "code" style is something else I'd like to document one day. Do we want new lines under headings, hard wrapping, how do we make lists, ... |
Adding a note here regarding the use of |
Recommendations for README content: https://the-pastry-box-project.net/charlotte-spencer/2015-september-16 Some tools that we might be able to integrate:
|
Most of http://learn.jquery.com/style-guide/ should be moved here as the prose style guide spans everything from READMEs to API documentation to articles and tutorials.
The index page will need to be updated as well, as that links to the various existing guides.
The text was updated successfully, but these errors were encountered: