Skip to content

Commit 1f0851b

Browse files
authored
Docs: Update the bug tracker from bugs.jqueryui.com to GitHub
Also, remove the Weekly Meetings section from README as the meetings are no longer happening. Closes gh-1972
1 parent 0a23b09 commit 1f0851b

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

CONTRIBUTING.md

-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ There are a number of ways to get involved with the development of jQuery UI. Ev
1212

1313
This is the best way to contribute to jQuery UI. Please read through the full guide detailing [How to Report Bugs](http://contribute.jquery.org/bug-reports/).
1414

15-
### Weekly Meetings
16-
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-
1915
## Tips for Getting Started
2016

2117
### Environment: Minimum Required

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jQuery UI is a curated set of user interface interactions, effects, widgets, and
44

55
If you want to use jQuery UI, go to [jqueryui.com](http://jqueryui.com) to get started, [jqueryui.com/demos/](http://jqueryui.com/demos/) for demos, [api.jqueryui.com](http://api.jqueryui.com/) for API documentation, or the [Using jQuery UI Forum](http://forum.jquery.com/using-jquery-ui) for discussions and questions.
66

7-
If you want to report a bug/issue, please visit [bugs.jqueryui.com](http://bugs.jqueryui.com).
7+
If you want to report a bug/issue, please visit [the GitHub issues page](https://github.com/jquery/jquery-ui/issues). Archive of older bug reports is kept for historical reasons in read-only mode at [bugs.jqueryui.com](http://bugs.jqueryui.com). If any of them still matters to you, please open a bug about it on GitHub, linking to the legacy [bugs.jqueryui.com](http://bugs.jqueryui.com) issue for context.
88

99
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/).

build/release.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ function buildCDNPackage( callback ) {
104104

105105
Release.define( {
106106
npmPublish: true,
107-
issueTracker: "trac",
108-
contributorReportId: 22,
107+
issueTracker: "github",
109108
changelogShell: function() {
110109
var monthNames = [ "January", "February", "March", "April", "May", "June", "July",
111110
"August", "September", "October", "November", "December" ],

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040
"type": "git",
4141
"url": "git://github.com/jquery/jquery-ui.git"
4242
},
43-
"bugs": "https://bugs.jqueryui.com/",
43+
"bugs": {
44+
"url": "https://github.com/jquery/jquery-ui/issues"
45+
},
4446
"license": "MIT",
4547
"scripts": {
4648
"test": "grunt"

0 commit comments

Comments
 (0)