Skip to content

Commit

Permalink
Added development page.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Sep 21, 2012
1 parent 79407a4 commit 8189209
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions page/development.html
@@ -0,0 +1,50 @@
<script>{
"title": "Development Center"
}</script>

<h2>Development Status</h2>

<p>The current stable release is 1.9.0. We're currently working on bug fixes,
API redesigns, and the <a href="https://github.com/jquery/jquery-ui/tree/selectmenu">
new selectmenu widget</a>. Check out the <a href="http://wiki.jqueryui.com/Roadmp">
roadmap</a> for more details.</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 aobut
<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>

0 comments on commit 8189209

Please sign in to comment.