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

fix: fix PR template #13

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
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
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
Loading