Project Settings
Project Settings
Project Settings
This chapter provides information related to the project settings
Source Code
Cedrus Fusion's source code can be get at the following URL:https://github.com/Cedrusco/cedrus-project-fusion
List of branches:
Name
Description
master
Main branch of the project. Official releases are linked to this branch
dev
Integration branch for new features
bugs
This branch contains bug fixes and is independent from the dev (new features) branch
feature/XXX-sample-feature
Branch in which a single feature is implemented. It must starts with the_feature/_prefix and be followed by the number of the associated JIRA issues and a short dash separated title
bug/XXX-sample-fix
Branch in which a single bug fix is implemented. It must starts with the_bug/_prefix and be followed by the number of the associated JIRA issues and a short dash separated title
Coding Styles
Coding styles must follow the Angular 2 Style Guide:https://angular.io/styleguide
Last updated