Skip to content

Commit e318d44

Browse files
committed
Prepare for transfer to jQuery Foundation
1 parent 0fc09a2 commit e318d44

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

CONTRIBUTING.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Welcome! Thanks for your interest in contributing to react-globalize. Please be sure to create an issue to discuss the problem or feature request you would like to fix or contribute.
2+
3+
Before we can review or merge any pull request, we ask that you sign our [contributor license agreement](http://contribute.jquery.org/cla).
4+
5+
You can find us on [IRC](http://irc.jquery.org), specifically in #globalize on Freenode should you have any questions. If you've never contributed to open source before, we've put together [a short guide with tips, tricks, and ideas on getting started](http://contribute.jquery.org/open-source/).
6+
7+
Thank You!

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -185,15 +185,15 @@ Element Replacement.
185185
```js
186186
<FormatMessage
187187
elements={{
188-
reactGlobalizeLink: <a href='https://github.com/kborchers/react-globalize'></a>
188+
reactGlobalizeLink: <a href='https://github.com/jquery-support/react-globalize'></a>
189189
}}
190190
>
191191
For more information, see [reactGlobalize]React Globalize[/reactGlobalize]
192192
</FormatMessage>
193193
// Which would render:
194194
// <span>
195195
// For more information, see
196-
// <a href="https://github.com/kborchers/react-globalize">React Globalize</a>
196+
// <a href="https://github.com/jquery-support/react-globalize">React Globalize</a>
197197
// </span>
198198
// when using the default message, in this case `en` (English).
199199
```

package.json

+4-7
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,11 @@
2525
"format",
2626
"cldr"
2727
],
28-
"author": "Kris Borchers",
29-
"contributors": [
30-
"Rafael Xavier de Souza @rxaviers"
31-
],
32-
"homepage": "https://github.com/kborchers/react-globalize",
28+
"author": "jQuery Foundation and other contributors",
29+
"homepage": "https://github.com/jquery-support/react-globalize",
3330
"license": "MIT",
34-
"repository": "kborchers/react-globalize",
35-
"bugs": "https://github.com/kborchers/react-globalize/issues",
31+
"repository": "jquery-support/react-globalize",
32+
"bugs": "https://github.com/jquery-support/react-globalize/issues",
3633
"peerDependencies": {
3734
"globalize": ">= 1.0.0 || 1.1.0-alpha - 1.1.x",
3835
"react": ">= 0.13.0 < 1.0.0"

0 commit comments

Comments
 (0)