Skip to content

Commit 95f03e3

Browse files
committed
chore(Contributions Guidelines): Simplified copy
1 parent 1db9915 commit 95f03e3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,11 @@ Branching Scheme
4848
![branching scheme](branching-scheme.png) Currently Pattern Lab has the following branches:
4949

5050
- **master** contains the latext stable, released version</dd>
51-
- **dev**: for development. *Please target pull requests against this branch.*
51+
- **dev**: for development. *Target pull requests against this branch.*
5252
- **feature-branches** for larger changes. Allows merging all changes into both `dev` easily.
5353
- **long running branches** for changes that involve major changes to the code, architecture and take a lot of time (i.e. making Pattern Lab async)
5454

55-
Development mainly happens in the `dev` branch, but you can help us a lot if you also do a pull request. When `dev` seems stable enough, we do releases by merging `dev` to `master` and creating a release tag.
56-
57-
Feature branches target `dev` and should be updated regularly.
58-
59-
Long running branches should only target the latest version of Pattern Lab and may be lagging behind a lot.
55+
New features are typically cut off of `dev` branch. When `dev` is stable cut releases by merging `dev` to `master` and creating a release tag.
6056

6157
Gitter.im Chat
6258
==============

0 commit comments

Comments
 (0)