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

Templates Issues e PR #11

Merged
merged 3 commits into from
Aug 27, 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
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature
about: Nova feature a ser implementada
title: "[FEATURE]"
labels: feature
assignees: ''

---

**Descrição**

**Tasks**

- [ ] Tarefa 1;
- [ ] Tarefa 2;


**Historia de usuário relacionada**

- Numero-da-US (Link para a US)
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/template-de-bug-report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Bug Report
about: Reporte um bug
title: ''
title: "[BUG]"
labels: bug
assignees: ''

Expand Down Expand Up @@ -33,4 +33,4 @@ assignees: ''

### Browser

### Tipo de Usuário
### Tipo de Usuário
21 changes: 21 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Qual o tipo do PR?

- [ ] Refactor
- [ ] Feature
- [ ] Bug Fix
- [ ] Otimização
- [ ] Documentação

## Descrição

## Issues relacionadas

- Related Issue #
- closes #


## Testes adicionados ou atualizados?

- [ ] Sim;
- [ ] Não, porque: **Inclua aqui o motivo de não ter incluido testes**;
- [ ] Preciso de ajuda para implementar os testes;
Loading