# Project Management

We're using [ZenHub](https://www.zenhub.com/) to manage the Rembrandt project.

## Issues & Feature Requests

For new features, please use the *User Story* template. If possible, please assign the corresponding *epic* to the issue. New issues should always be created in the `New Issues` pipeline.

## Branches

* When starting a new issue, branch from the current `dev` and create a new branch named `feature/<issue-number>-abc-xyz`
* When starting a new Hotfix, create a new branch named `hotfix/<issue-number>-abc-xyz`. Please keep in mind, that an issue with the *Hotfix* template should be created first.
* `Feature` branches are merged in the `dev` using pull requests and reviews. Please do not merge unapproved changes!
* Every two weeks (at the end of each sprint), a new release will be created by merging the current `dev` in the `master` branch.


---

# 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://rembrandt.gitbook.io/docs/contributing-1/project-management.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.
