Skip to content

Commit a539bfa

Browse files
committed
Docs: squash 3 - more inconsistancies and fixes
1 parent 9a30294 commit a539bfa

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ This is the best way to contribute to jQuery UI. Please read through the full gu
1616

1717
Every week (unless otherwise noted) the jQuery UI team has a meeting to discuss the progress of current work and to bring forward possible new blockers for discussion. The meeting is held on [IRC](http://irc.jquery.org) in the #jquery-meeting channel at [Noon EST](http://www.timeanddate.com/worldclock/fixedtime.html?month=1&day=17&year=2011&hour=12&min=0&sec=0&p1=43) on Wednesdays. Meeting notes are posted on http://meetings.jquery.org/category/ui/ after each meeting.
1818

19-
## Tips For Bug Patching
19+
## Tips for Getting Started
2020

21-
### Environment: minimum required
21+
### Environment: Minimum Required
2222

23-
If you are contributing changes you will need a fork of jquery (see [Getting the source](environment-getting-the-source)). If you just want the source code you could clone jquery ui directly:
23+
If you are contributing changes you will need a fork of jquery (see [Getting the Source](#environment-getting-the-source)). If you just want the source code you could clone jquery ui directly:
2424

2525
```bash
2626
git clone git://github.com/jquery/jquery-ui.git
2727
cd jquery-ui
2828
```
2929

30-
The tests can run in any local web server. Ideally you should test your patch in appropriate web browsers and if possible run `grunt` to lint the code and run automated tests (this will happen automatically when you create a pull request). See the [full setup](environment-recommended-setup) for setting up Node.js so that the grunt command works.
30+
The tests can run in any local web server. Ideally you should test your patch in appropriate web browsers and if possible run `grunt` to lint the code and run automated tests (this will happen automatically when you create a pull request). See the [recommended setup](#environment-recommended-setup) for setting up Node.js so that the grunt command works.
3131

32-
### Environment: Getting the source
32+
### Environment: Getting the Source
3333

3434
* Create a fork of the jQuery UI repo on GitHub at http://github.com/jquery/jquery-ui. This will create a fork of jquery-ui at your username.
3535
* You may want to clone jquery-ui under the path to your web server. If so, change to the required directory
@@ -59,7 +59,7 @@ git remote add upstream git://github.com/jquery/jquery-ui.git
5959
git pull upstream master
6060
```
6161

62-
### Environment: Recommended setup
62+
### Environment: Recommended Setup
6363

6464
jQuery UI uses Node.js & Grunt to automate the building and validation of source code. Here is how to set that up:
6565

@@ -86,7 +86,7 @@ Linux: [Setting up LAMP](https://www.linux.com/learn/tutorials/288158-easy-lamp-
8686
[Mongoose (most platforms)](http://code.google.com/p/mongoose/)
8787
[http-server](https://www.npmjs.com/package/http-server)
8888

89-
### Running the tests
89+
### Running the Tests
9090

9191
To lint the JavaScript, HTML, and CSS, as well as run a smoke test in PhantomJS, run grunt:
9292

@@ -98,6 +98,6 @@ To run the tests for a specific plugin in your browser, open the appropriate fil
9898

9999
Ideally you would test in all of our [supported browsers](http://jqueryui.com/browser-support/), but if you don't have all of these browsers available, that's ok.
100100

101-
### Before making a pull request
101+
### Before Making a Pull Request
102102

103103
Make sure to read our [commits and pull requests documentation](http://dev.contribute.jquery.org/commits-and-pull-requests/) for full details on working with branches and forks, as well as our commit guidelines.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you are interested in helping develop jQuery UI, you are in the right place.
1010
To discuss development with team members and the community, visit the [Developing jQuery UI Forum](http://forum.jquery.com/developing-jquery-ui) or [#jqueryui-dev on irc.freenode.net](http://irc.jquery.org/).
1111

1212

13-
## For contributors
13+
## For Contributors
1414

1515
If you want to help and provide a patch for a bugfix or new feature, please take
1616
a few minutes and look at [our Getting Involved guide](http://wiki.jqueryui.com/w/page/35263114/Getting-Involved).

0 commit comments

Comments
 (0)