You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -16,20 +16,20 @@ This is the best way to contribute to jQuery UI. Please read through the full gu
16
16
17
17
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.
18
18
19
-
## Tips For Bug Patching
19
+
## Tips for Getting Started
20
20
21
-
### Environment: minimum required
21
+
### Environment: Minimum Required
22
22
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:
24
24
25
25
```bash
26
26
git clone git://github.com/jquery/jquery-ui.git
27
27
cd jquery-ui
28
28
```
29
29
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.
31
31
32
-
### Environment: Getting the source
32
+
### Environment: Getting the Source
33
33
34
34
* 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.
35
35
* You may want to clone jquery-ui under the path to your web server. If so, change to the required directory
To lint the JavaScript, HTML, and CSS, as well as run a smoke test in PhantomJS, run grunt:
92
92
@@ -98,6 +98,6 @@ To run the tests for a specific plugin in your browser, open the appropriate fil
98
98
99
99
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.
100
100
101
-
### Before making a pull request
101
+
### Before Making a Pull Request
102
102
103
103
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.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ If you are interested in helping develop jQuery UI, you are in the right place.
10
10
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/).
11
11
12
12
13
-
## For contributors
13
+
## For Contributors
14
14
15
15
If you want to help and provide a patch for a bugfix or new feature, please take
16
16
a few minutes and look at [our Getting Involved guide](http://wiki.jqueryui.com/w/page/35263114/Getting-Involved).
0 commit comments