Skip to content

Commit

Permalink
Docs: Add Contribution section
Browse files Browse the repository at this point in the history
  • Loading branch information
rxaviers committed Oct 23, 2015
1 parent 806d1ed commit edeab16
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Welcome! Thanks for your interest in contributing to Globalize. You're **almost** in the right place. More information on how to contribute to this and all other jQuery Foundation projects is over at [contribute.jquery.org](http://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [code](http://contribute.jquery.org/code).
Welcome! Thanks for your interest in contributing to Globalize. More information on how to contribute to this and all other jQuery Foundation projects is over at [contribute.jquery.org](http://contribute.jquery.org). Before writing code for this project code, be sure to read [Writing Code for jQuery Foundation Projects](http://contribute.jquery.org/code/).

You may also want to take a look at our [commit & pull request guide](http://contribute.jquery.org/commits-and-pull-requests/) and [style guides](http://contribute.jquery.org/style-guide/) for instructions on how to maintain your fork and submit your code. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](http://contribute.jquery.org/cla).

Expand Down
50 changes: 50 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Node.js module.
- [Unit module](#unit-module)
- more to come...
- [Error reference](#error-reference)
- [Contributing](#contributing)
- [Roadmap](#roadmap)
- [Development](#development)
- [File structure](#file-structure)
- [Source files](#source-files)
Expand Down Expand Up @@ -664,6 +666,54 @@ handle dependencies and CLDR loading manually yourself.
[Read more...](doc/error/e-unsupported.md)


## Contributing

If you are having trouble using Globalize after reading the documentation
carefully, please post a question to [StackOverflow with the
"javascript-globalize" tag][]. Questions that include a minimal demo are more
likely to receive responses.

In the spirit of open source software development, we always encourage
community code contribution. To help you get started and before you jump into
writing code, be sure to read [CONTRIBUTING.md](CONTRIBUTING.md).

[StackOverflow with the "javascript-globalize" tag]: http://stackoverflow.com/tags/javascript-globalize

For ideas where to start contributing, see the following queries to find what
best suites your interest: [quick changes][], [new features][], [bug fixes][],
[documentation improvements][], [date module][], [currency module][], [message
module][], [number module][], [plural module][], [relative time module][]. Last
but not least, feel free to [get in touch](http://irc.jquery.org/).

[bug fixes]: https://github.com/jquery/globalize/labels/bug
[documentation improvements]: https://github.com/jquery/globalize/labels/docs
[new features]: https://github.com/jquery/globalize/labels/new%20feature
[quick changes]: https://github.com/jquery/globalize/labels/quick%20changes

[currency module]: https://github.com/jquery/globalize/labels/currency%20module
[date module]: https://github.com/jquery/globalize/labels/date%20module
[message module]: https://github.com/jquery/globalize/labels/message%20module
[number module]: https://github.com/jquery/globalize/labels/number%20module
[plural module]: https://github.com/jquery/globalize/labels/plural%20module
[relative time module]: https://github.com/jquery/globalize/labels/relative%20time%20module

### Roadmap

Our roadmap is the collection of all open issues and pull requests where you can
find:

- [Ongoing work][] lists our current sprint. Here you find where we're actively
working on at this very moment. Priority is determined by the community needs
and volunteering. If there is anything you want to be done, share your
thoughts with us on any existing or new issue and especially volunteer to do
it.
- [Everything else][] is potential next work that you could help us to
accomplish now. Releases are published following semver rules as often as
possible.

[Ongoing work]: https://github.com/jquery/globalize/labels/Current%20Sprint
[Everything else]: https://github.com/jquery/globalize/issues?utf8=%E2%9C%93&q=is%3Aopen+-label%3A%22Current+Sprint%22+

## Development

### File structure
Expand Down

0 comments on commit edeab16

Please sign in to comment.