Skip to content

Development Guidelines

Wissam Halimi edited this page Aug 22, 2014 · 1 revision

Working on Branches

  1. The developer should never work on the master branch. All implementations should be done on a separate branch
  2. The developer must make sure that their current branch is aligned with master in order to avoid conflicts
  3. The developer should only commit and push to the working branch, never to master
  4. To have changes on the working branch merged into master, the developer needs to Send a Pull Request
  5. 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