-
Notifications
You must be signed in to change notification settings - Fork 32
Github development
Supun Kamburugamuve edited this page Sep 10, 2019
·
1 revision
We are using the pull request model for development.
- Every developer should have their own fork of the repository and work there
If features are developed without collobartion a pull request can be made from Form to the master
- In this case, a feature branch should be created. This branch should start with the feature_
- Developers should work on their forks and make pull requests to this feature branch
- Once the feature is complete we can make a pull request to the master
Direct commenting to master is only allowed for the following two cases
- trivial bug fixes (we are sure there are no side effects)
- Documentation updates and fixes