-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36253f3
commit 77c5b89
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |