forked from jquery/jqueryui.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevelopment.html
More file actions
48 lines (39 loc) · 2.34 KB
/
development.html
File metadata and controls
48 lines (39 loc) · 2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<script>{
"title": "Development Center"
}</script>
<h2>Development Status</h2>
<p>The current stable release is 1.10.4. Check out our <a href="http://wiki.jqueryui.com/Roadmap">
Roadmap</a> to find out what we're working on.</p>
<p>We're also working on our new sites. All of our sites are on GitHub, with the
repositories named after the respective domain. For example, the repository for
this site is <a href="https://github.com/jquery/jqueryui.com">jquery/jqueryui.com</a>.</p>
<h2>Reporting Bugs</h2>
<p>Before filing a bug report, there are a few simple steps you should follow.
First, <a href="http://bugs.jqueryui.com/search?ticket=on">search for existing
tickets</a> to see if the issue has already been reported. Try a few different
phrases in case someone else described the problem in a slightly different way.
If you don't find an existing ticket, then
<a href="http://bugs.jqueryui.com/newticket/">create a new ticket</a>. Make sure
to provide a clear explanation of the problem, along with a reduced test case
created in <a href="http://jsfiddle.net/">jsFiddle</a> or
<a href="http://jsbin.com/">jsbin</a> using the latest version of jQuery UI.</p>
<h2>Fixing Bugs</h2>
<p>Do you have a bug fix that you'd like to contribute? If this is your first
contribution, you may want to read about
<a href="http://wiki.jqueryui.com/Getting-Involved">how to get involved</a>.
You should also read our
<a href="http://wiki.jqueryui.com/Bug-Fixing-Guide">bug fixing guide</a> and
<a href="http://wiki.jqueryui.com/Commit-Message-Style-Guide">commit message
style guide</a>. Please make sure you have your proper name and email address
configured in git. You'll also need to fill out a
<a href="http://jquery.github.com/cla.html"> Contributor License Agreement</a>
so that we can properly track where our source code contributions are coming
from.</p>
<h2>Talk to Us</h2>
<p>Want to get more involved? Introduce yourself on the
<a href="http://forum.jquery.com/developing-jquery-ui">Developing jQuery UI
forum</a> or join us on IRC in #jqueryui-dev on freenode. Provide feedback on
our upcoming widgets on the <a href="http://wiki.jqueryui.com/">development and
planning wiki</a> or help answer questions on the
<a href="http://forum.jquery.com/developing-jquery-ui">Using jQuery UI forum</a>.
We also have weekly meetings every Wednesday at noon ET in #jquery-meeting on IRC.</p>