Skip to content

Commit

Permalink
Merge pull request #13 from Robso-creator/issue-12
Browse files Browse the repository at this point in the history
fix: fix PR template
  • Loading branch information
Robso-creator authored Jan 30, 2024
2 parents 4779e35 + 78d1871 commit 1821ad8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ Se você realizou todos os checks acima, prossiga e lembre-se de apagar seções

# Principais contribuições neste PR

Descreva, em uma lista de itens, quais são as principais contribuições encontradas neste PR.
<!-- Descreva, em uma lista de itens, quais são as principais contribuições encontradas neste PR. -->

- [x] Adicionar um novo método...
- [x] Corrigir bugs relacionados a...

# Issue no Github

Se esta referenciar uma Issue no Github, forneça-a aqui. Note que o Github cria automaticamente um link para uma Issue se ela for referenciada por número com um '#' à frente.
<!-- Se esta referenciando uma Issue no Github, forneça-a aqui. Note que o Github cria automaticamente um link para uma Issue se ela for referenciada por número com um '#' à frente. -->

Issue #1
Closes #1


## Capturas de tela
Expand Down
1 change: 1 addition & 0 deletions docs/README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ pip install -r requirements.txt
6. Create a `.env` file in the root folder of the project:
```terminal
DISCORD_TOKEN=
DISCORD_SERVER_ID=
NASA_TOKEN=DEMO_KEY
```
7. Run de .py file: <br>
Expand Down
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ pip install -r requirements.txt
6. Crie um arquivo `.env` na sua pasta na pasta `root` do projeto: <br>
```terminal
DISCORD_TOKEN=
DISCORD_SERVER_ID=
NASA_TOKEN=DEMO_KEY
```
7. Execute o arquivo .py: <br>
Expand Down

0 comments on commit 1821ad8

Please sign in to comment.