1
- # Guia Para Contribuidores do Alice Bot
1
+ # Guia Para Contribuidores do Projeto
2
2
3
3
## Index
4
4
5
5
- [ Como contribuir?] ( #como-contribuir )
6
6
- [ 1º Passo] ( #1º-passo ) - Fork
7
7
- [ 2º Passo] ( #2º-passo ) - Clonagem
8
- - [ 3º Passo] ( #3º-passo ) - Add linke para repositório oficial
8
+ - [ 3º Passo] ( #3º-passo ) - Add link para repositório oficial
9
9
- [ 4º Passo] ( #4º-passo ) - Crie uma branch para contribuir
10
10
- [ 5º Passo] ( #5º-passo ) - Adicione e commite a contribuição
11
11
- [ 6º Passo] ( #6º-passo ) - Envie a branch com a contribuição para o fork
@@ -37,15 +37,15 @@ Você será redirecionado para sua conta assim que o processo for concluído.
37
37
Após ter o repositório em sua conta, faça o ** clone** em seu ambiente local:
38
38
39
39
``` bash
40
- $ git clone https://github.com/< NOME_DA_SUA_CONTA> /WhatsAppBot_ProjectAlice .git
40
+ $ git clone https://github.com/< NOME_DA_SUA_CONTA> /whatsappbot-project_alice .git
41
41
```
42
42
43
43
### 3º Passo
44
44
45
- Com o clone em seu ambiente, linke o repositório local ao remoto da organização [ Coding in Community] ( https://github.com/Coding-in-community/WhatsAppBot_ProjectAlice ) :
45
+ Com o clone em seu ambiente, linke o repositório local ao remoto da organização [ Coding in Community] ( https://github.com/Coding-in-community/whatsappbot-project_alice ) :
46
46
47
47
``` bash
48
- $ git remote add upstream https://github.com/Coding-in-community/WhatsAppBot_ProjectAlice .git
48
+ $ git remote add upstream https://github.com/Coding-in-community/whatsappbot-project_alice .git
49
49
```
50
50
51
51
Isso servirá para sincronizar atualizações feitas no repositório oficial para seu ambiente local.
@@ -61,10 +61,10 @@ $ git remote --v
61
61
Se tudo ocorreu bem, deverá ter uma saída semelhante a essa:
62
62
63
63
``` bash
64
- origin https://github.com/< NOME_DA_SUA_CONTA> /WhatsAppBot_ProjectAlice .git (fetch)
65
- origin https://github.com/< NOME_DA_SUA_CONTA> /WhatsAppBot_ProjectAlice .git (push)
66
- upstream https://github.com/Coding-in-community/WhatsAppBot_ProjectAlice .git (fetch)
67
- upstream https://github.com/Coding-in-community/WhatsAppBot_ProjectAlice .git (push)
64
+ origin https://github.com/< NOME_DA_SUA_CONTA> /whatsappbot-project_alice .git (fetch)
65
+ origin https://github.com/< NOME_DA_SUA_CONTA> /whatsappbot-project_alice .git (push)
66
+ upstream https://github.com/Coding-in-community/whatsappbot-project_alice .git (fetch)
67
+ upstream https://github.com/Coding-in-community/whatsappbot-project_alice .git (push)
68
68
```
69
69
70
70
### 4º Passo
0 commit comments