# 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cedrus.gitbook.io/project-fusion/project-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
