Skip to content

Commit

Permalink
Update CONTRIBUTING about staging
Browse files Browse the repository at this point in the history
Because #37 and #52,
need to explain the 3 principles of issue #52.
  • Loading branch information
Guillaume ARM committed Nov 2, 2016
1 parent 3d2bc71 commit b762ebb
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Contributing

[react-redux-polyglot](https://github.com/Tiqa/react-redux-polyglot) use [redux-polyglot](https://github.com/Tiqa/redux-polyglot) as main dependency, so we work on a [dev branch](https://github.com/Tiqa/redux-polyglot/tree/dev) for staging and need to follow this __3 principles__ :
- this branch must be as clean as master, so `npm run prepublish` must be ok.
- all master merges should be tagged by a new version. (on the master branch only)
- all change must be validated by [react-redux-polyglot](https://github.com/Tiqa/react-redux-polyglot) unit testing before merge on master

--------------

1. Fork the project and clone your fork.

2. Create a local feature branch:
Expand All @@ -18,9 +25,7 @@

$ git push origin <branch>

6. Open a pull request.


6. Open a pull request on [dev](https://github.com/Tiqa/redux-polyglot/tree/dev) branch.

----------------

Expand Down

0 comments on commit b762ebb

Please sign in to comment.