Skip to content

Commit

Permalink
Create task-template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRogs authored Jul 17, 2024
1 parent 36253f3 commit 77c5b89
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/task-template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Nova Task para Semana
description: Registre uma nova Task para o projeto do RISO (Task´s não relacionadas às Histórias de Usuário).
title: "<Título da Task>"
labels: ["requirements", "enhancement"]
body:
- type: textarea
id: text-zone1
attributes:
label: Task a ser executada:
description: Expecifique o que os responsáveis pela atividade deverão fazer em prol do andamento do Projeto RISO. (Esta task não poderá estar se tornar US ou representar uma nova funcionalidade no software.)
placeholder: Escreva aqui...
validations:
required: true
- type: textarea
id: text-zone2
attributes:
label: Quais são as Definition´s of Done (DoD) da atividade?
description: As Definições de Pronto - DoD, definem o que deve ser entrege para que a atividade esteja completa.
value: |
- [ ] Definição 1;
- [ ] Definição 2;
- [ ] Definição 3.
validations:
required: true
- type: textarea
id: text-zone3
attributes:
label: Detalhes adicionais?
description: Acrescente informações que possam ser pertinentes para o time.
placeholder: |
Escreva ou deixe em branco.

0 comments on commit 77c5b89

Please sign in to comment.