From 20eb403e521400c13e28ede89a1c80de2e1d51a5 Mon Sep 17 00:00:00 2001 From: Austen Collins Date: Sat, 15 Aug 2015 14:52:09 -0700 Subject: [PATCH] contributing: inform collaborators to pull v1 branch --- CONTRIBUTING.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6c6d27881ce..fd24e0848d0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 @@ -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 @@ -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") \ No newline at end of file + code (e.g. "When the developer")