Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Add Contribution section #528

Closed
wants to merge 29 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
64ad4fc
Docs: Add Contribution section
rxaviers Oct 10, 2015
06d296e
fixup! Docs: Add Contribution section
rxaviers Oct 10, 2015
8e6450b
fixup! Docs: Add Contribution section
rxaviers Oct 10, 2015
5d39022
fixup! Docs: Add Contribution section
rxaviers Oct 11, 2015
7ece971
fixup! Docs: Add Contribution section
rxaviers Oct 11, 2015
c90a544
fixup! Docs: Add Contribution section
rxaviers Oct 11, 2015
b0ca964
fixup! Docs: Add Contribution section
rxaviers Oct 11, 2015
af47d24
fixup! Docs: Add Contribution section
rxaviers Oct 11, 2015
3c742dc
fixup! Docs: Add Contribution section
rxaviers Oct 11, 2015
27f4217
fixup! Docs: Add Contribution section
rxaviers Oct 11, 2015
eb43707
fixup! Docs: Add Contribution section
rxaviers Oct 11, 2015
ed0a5da
fixup! Docs: Add Contribution section
rxaviers Oct 12, 2015
6fe1183
fixup! Docs: Add Contribution section
rxaviers Oct 12, 2015
20b1462
fixup! Docs: Add Contribution section
rxaviers Oct 12, 2015
87070b9
fixup! Docs: Add Contribution section
rxaviers Oct 12, 2015
5a72177
fixup! Docs: Add Contribution section
rxaviers Oct 12, 2015
d07f68c
fixup! Docs: Add Contribution section
rxaviers Oct 23, 2015
8522383
fixup! Docs: Add Contribution section
rxaviers Oct 23, 2015
37654af
fixup! Docs: Add Contribution section
rxaviers Oct 23, 2015
6d8f25d
fixup! Docs: Add Contribution section
rxaviers Oct 23, 2015
91631ef
fixup! Docs: Add Contribution section
rxaviers Oct 23, 2015
63b28aa
fixup! Docs: Add Contribution section
rxaviers Oct 23, 2015
de451f9
fixup! Docs: Add Contribution section
rxaviers Oct 23, 2015
b51e439
fixup! Docs: Add Contribution section
rxaviers Oct 23, 2015
8ef63d8
fixup! Docs: Add Contribution section
rxaviers Oct 23, 2015
fb1e665
fixup! Docs: Add Contribution section
rxaviers Oct 23, 2015
ff8fe58
fixup! Docs: Add Contribution section
rxaviers Oct 23, 2015
d47b97a
fixup! Docs: Add Contribution section
rxaviers Oct 23, 2015
a3af361
fixup! Docs: Add Contribution section
rxaviers Oct 23, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -33,6 +33,8 @@ Node.js module.
- [Relative time module](#relative-time-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 @@ -638,6 +640,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