Skip to content

Commit

Permalink
Updating formatting and wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
triptych committed Jun 20, 2013
1 parent 404c505 commit 05110a5
Showing 1 changed file with 25 additions and 10 deletions.
35 changes: 25 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,38 @@
Contributing to YUI
===
===================

The YUI Project is a two-way open-source project managed by the YUI engineering team at Yahoo!. Please read about our [Contributor Model](https://github.com/yui/yui3/wiki/Contributor-Model) for more details. (This page will soon be moved to Contributing.md in the repo, as well as supercede the [yuilibrary.com](http://yuilibrary.com/contribute/) documentation.)
The YUI Project is a two-way open-source project managed by the YUI engineering
team at Yahoo!. Please read about our
[Contributor Model](https://github.com/yui/yui3/wiki/Contributor-Model)
for more details.
(This page will soon be moved to Contributing.md in the repo, as well as
supercede the [yuilibrary.com](http://yuilibrary.com/contribute/)
documentation.)

Getting Started
---
---------------
(see also [Developer Workflow](https://github.com/yui/yui3/wiki/Developer-Workflow) )

**Join YUILibrary.com**

Create a free account on [YUILibrary.com](http://yuilibrary.com/forum/ucp.php?mode=register) account so you can:
Create a free account on
[YUILibrary.com](http://yuilibrary.com/forum/ucp.php?mode=register) account so
you can:

* [Create bugs](http://yuilibrary.com/projects/yui3/newticket/) and enhancement requests.
* [Create bugs](http://yuilibrary.com/projects/yui3/newticket/) and
enhancement requests.
* Post on the [support forum](http://yuilibrary.com/forum/).
* Contribute modules to the [Gallery](http://yuilibrary.com/gallery/).
* Contribute documentation, examples or code to the core library. (You will also need a GitHub account and signed CLA - see below).
* Contribute documentation, examples or code to the core library. (You will
also need a GitHub account and signed CLA - see below).

**Join GitHub.com**

Create a free account on [GitHub](https://github.com/signup/free) so you can:

* Fork the source code.
* Contribute modules to the Gallery. (You can now use your own repo as the source.)
* Contribute modules to the Gallery. (You can now use your own repo as the
source.)
* Contribute documentation, examples or code to the core library.

**Submit a CLA**
Expand All @@ -42,7 +53,8 @@ Join the [mailing list](https://groups.google.com/forum/?fromgroups=#!forum/yui-
**Fork Repo**
* Visit https://github.com/yui/yui3 and click the fork button.
* Clone this fork down to your local PC.
* For a specific task, create a branch on this clone and check your changes into this branch.
* For a specific task, create a branch on this clone and check your changes
into this branch.
* Push those changes back to your "origin" (back up to github).

**Build YUI**
Expand All @@ -52,8 +64,11 @@ Join the [mailing list](https://groups.google.com/forum/?fromgroups=#!forum/yui-
* See [Making a change to YUI](https://github.com/yui/yui3/wiki/Developer-Workflow#making-a-change-to-yui).
* Issue a pull request from your special branch via github to the yui/yui3 repo.
* Make sure your pull request is against `dev-3.x` or `dev-master` **not** `3.x` or `master`.
* `dev-master` is for small changes or bugfixes. `dev-3.x` is for bigger features or updates. (For more details see [Branch Information](https://github.com/yui/yui3/wiki/Developer-Workflow#branch-information) )
* Be sure your pull request meets the [Contribution Standards](https://github.com/yui/yui3/wiki/Contribution-Standards).
* `dev-master` is for small changes or bugfixes. `dev-3.x` is for bigger
features or updates. (For more details see
[Branch Information](https://github.com/yui/yui3/wiki/Developer-Workflow#branch-information) )
* Be sure your pull request meets the
[Contribution Standards](https://github.com/yui/yui3/wiki/Contribution-Standards).

**Other Resources**
* [Contribute Code to YUI](http://yuilibrary.com/yui/docs/tutorials/contribute/)

0 comments on commit 05110a5

Please sign in to comment.