Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: UPDATE Readme #552

Merged
merged 1 commit into from
Jun 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
```
```
Loading