Skip to content

Commit

Permalink
Merge pull request #552 from henriqueholtz/develop
Browse files Browse the repository at this point in the history
docs: UPDATE Readme
  • Loading branch information
raffacabofrio authored Jun 1, 2024
2 parents af7ba23 + 9a0fb63 commit 0f217bb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,29 +27,29 @@ https://trello.com/invite/sharebook6/928f21ef82592b5edafde06f171d338b

</br>

## **4 - GITHUB**
## **4 - GITHUB**

- **4.1 FAÇA UM FORK DO REPOSITÓRIO:** https://github.com/SharebookBR/sharebook-backend
- **4.1 FAÇA UM FORK DO REPOSITÓRIO:** https://github.com/SharebookBR/sharebook-backend

- **4.2 Crie uma branch baseada na branch original `develop`**
- **4.2 Crie uma branch baseada na branch original `develop`**

(experimente: `git checkout develop && git checkout -b nomeDaSuaNovaBranch`)
(experimente: `git checkout develop && git checkout -b nomeDaSuaNovaBranch`)

- **4.3 Escreva seu código** ❤️

**Nota:** Não esqueça de garantir que todos os testes unitários continuem sendo executados corretamente.
**Nota:** Não esqueça de garantir que todos os testes unitários continuem sendo executados corretamente.

- **4.4 Crie sua PR apontando para a branch base `develop`** (conforme imagem abaixo)

![image](https://user-images.githubusercontent.com/51380783/145312556-54b67a73-e62d-48c0-9a6f-1932901f8409.png)

- **4.5 Aguarde/acompanhe o status do seu PR**
- **4.5 Aguarde/acompanhe o status do seu PR**

- **4.6 Compartilhe/convide um amigo para contribuir com o ShareBook**
- **4.6 Compartilhe/convide um amigo para contribuir com o ShareBook**

</br>

## **---> ❤️ MISSÃO CUMPRIDA. VOCÊ AJUDOU O PROJETO. ❤️ <---**
## **---> ❤️ MISSÃO CUMPRIDA. VOCÊ AJUDOU O PROJETO. ❤️ <---**

</br>

Expand Down Expand Up @@ -84,4 +84,4 @@ dotnet test ./ShareBook/ShareBook.Test.Unit/ShareBook.Test.Unit.csproj

# clean
dotnet clean ./ShareBook/ShareBook.Api/ShareBook.Api.csproj --verbosity quiet
```
```

0 comments on commit 0f217bb

Please sign in to comment.