Skip to content

Commit

Permalink
contributing: inform collaborators to pull v1 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
austencollins committed Aug 15, 2015
1 parent 2587321 commit 20eb403
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Code Contributions

**If you want to work on JAWS V1, the `v1.0` branch should be pulled and built upon.**

The JAWS project welcomes new contributors and JAWS will make best efforts to publicly acknowledge contributors wherever JAWS has a presence.

Individuals making significant and valuable contributions are made
Expand All @@ -21,7 +23,9 @@ $ git remote add upstream git://github.com/jaws-stack/JAWS.git

#### Which branch?

For developing new features and bug fixes, the `master` branch should be pulled and built upon.
We are currently exclusively focused on JAWS V1, which represents many breaking changes from JAWS V0.

**If you want to work on JAWS V1, when developing new features and bug fixes, the `v1.0` branch should be pulled and built upon.**


### Step 2: Branch
Expand Down Expand Up @@ -121,4 +125,4 @@ CoC](http://www.rust-lang.org/conduct.html).
attention-stealing behaviour is not welcome.
* Avoid the use of personal pronouns in code comments or
documentation. There is no need to address persons when explaining
code (e.g. "When the developer")
code (e.g. "When the developer")

0 comments on commit 20eb403

Please sign in to comment.