You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wissam Halimi edited this page Aug 22, 2014
·
1 revision
Working on Branches
The developer should never work on the master branch. All implementations should be done on a separate branch
The developer must make sure that their current branch is aligned with master in order to avoid conflicts
The developer should only commit and push to the working branch, never to master
To have changes on the working branch merged into master, the developer needs to Send a Pull Request
Once reviewed, the Pull Requests will be merged into master by the REACT team (this only to avoid messed repos)
README files
README files should only be named README.md. If you want to have more than one README file in an example, put the README in the corresponding directory. Titles like README_xyz.md or README_xyz.txt are inconsistent with the repo's structure