> For the complete documentation index, see [llms.txt](https://cedrus.gitbook.io/project-fusion/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cedrus.gitbook.io/project-fusion/project-settings.md).

# Project Settings

## Project Settings

## Project Settings <a href="#project-settings" id="project-settings"></a>

This chapter provides information related to the project settings

### Source Code <a href="#source-code" id="source-code"></a>

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 <a href="#coding-styles" id="coding-styles"></a>

Coding styles must follow the Angular 2 Style Guide:<https://angular.io/styleguide>
