-
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.
Criando Modelo de Issue para Documentação
- Loading branch information
1 parent
a03b545
commit 96cf5f7
Showing
1 changed file
with
19 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,19 @@ | ||
name: Nova Documentação | ||
description: Registre uma nova atividade envolvendo Documentação do projeto RISO | ||
title: "[DOC]: <Título BREVE da Atividade>" | ||
labels: ["documentation"] | ||
body: | ||
- type: textarea | ||
id: text-zone1 | ||
attributes: | ||
label: Descreva o que deve ser feito nesta seção da documentação. | ||
description: Descreva aqui os detalhes do que deverá ser escrito na documentação. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: text-zone3 | ||
attributes: | ||
label: Detalhes adicionais? | ||
description: Escreve se houver detalhes necessários de estar à conhecimento de todos. | ||
placeholder: | | ||
Escreva ou deixe em branco. |