-
Notifications
You must be signed in to change notification settings - Fork 5
Development Guidelines
Wissam Halimi edited this page Aug 22, 2014
·
1 revision
- 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
andpush
to the working branch, never tomaster
- 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 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