We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d176b7e commit 3a4b217Copy full SHA for 3a4b217
CONTRIBUTOR_WIKI.md
@@ -2,19 +2,20 @@
2
3
**2. Clone o repositório**
4
```git
5
-git clone https://github.com/SEU_USUARIO/NOME_DO_REPOSITORIO.wiki.git
+git clone https://github.com/CodandoTV/StreamPlayerApp.wiki.git
6
```
7
**3. Acessa a pasta wiki**
8
9
-cd NOME_DO_REPOSITORIO.wiki
+cd StreamPlayerApp.wiki
10
11
**4. Faça as alterações desejadas nos arquivos da wiki;**
12
13
**5. Commit e push das alterações para o seu repositório forked:**
14
15
+git checkout -b "nome do seu branch"
16
git add .
17
git commit -m "Descrição das alterações"
-git push origin master
18
+git push
19
20
**6. Crie um novo Pull Request, escolhendo o repositório original como base e a branch com as suas alterações.**
21
0 commit comments