# Github

### Organização e Acessos

Temos uma organização chamada [BR Ventures](https://github.com/brventures-dev) dentro do github onde estão todos nossos projetos. Somente e-mails com @breveraste.dev irão entrar dentro da organização. Atualmente a conta dona da organização é de [Odiar do Rosario](mailto:undefined) então todos acessos precisam ser solicitados a ele. A conta do github deve estar configurada com SSH key para dar clone e outras ações git.

### Fluxo Github e Padrões

O fluxo definido de trabalho no github é este descrito no diagrama abaixo:

<figure><img src="/files/5zuKChbOES76ea2OPOXE" alt=""><figcaption></figcaption></figure>

#### Nome de Branch e Pull/Merge Resquest

Por padrão nossas branchs começam com numero cartão seguido de um nome simples e descritivo sem se importar com o tamanho deste. Exemplos:\
\
BRV-0-ConstruindoPaginaUsuarios\
BRV-0-AdicionandoCrudUsuarios\
BRV-1-CriandoEstruturaBasicaParaPaginacao\
\
Em padrão com Pascal Case. O Merge request por sua vez tem exatamente o mesmo nome da 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://dev-docs.appdojopro.com.br/github.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.
