-
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #169 from andrepg/feature/template-issue
Adiciona templates de repositório (#92)
- Loading branch information
Showing
3 changed files
with
98 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,35 @@ | ||
name: Relate um problema | ||
description: Erros não relacionados à interface e que não propõem novos termos | ||
labels: ['bug', 'help wanted'] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Antes de proseguir, por favor, tenha certeza de que seu problema é um **🐛 Bug** | ||
Se for uma pergunta, solicitação de ajuda ou sugestão de novos termos você pode utilizar outros formulários disponíveis no repositório. | ||
- type: textarea | ||
attributes: | ||
label: Descrição do problema | ||
description: Forneça uma descrição completa do problema | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Como reproduzir o problema? | ||
description: | | ||
*Este passo é muito importante!* Sem ele não podemos reproduzir o que está sendo reportado e, portanto, fica mais difícil encontrar o erro e corrigi-lo. | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
Você também pode fornecer capturas de tela do problema (e isso ajuda bastante). Também sinta-se livre para descrever mais o problema no campo Mais Informações, se achar necessário | ||
- type: textarea | ||
attributes: | ||
label: Mais informações | ||
validations: | ||
required: false |
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: Pedido de novo recurso | ||
description: Sugira uma novidade ou utilidade que você gostaria de ver no Diciotech | ||
labels: 'enhancement' | ||
|
||
body: | ||
- type: textarea | ||
attributes: | ||
label: Descrição do recurso | ||
description: Em quê consiste o recurso que você está solicitando? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Motivação | ||
description: Uma descrição simples da sua motivação para solicitar este recurso? | ||
- type: textarea | ||
attributes: | ||
label: Sugestão de implementação | ||
description: Se você já tem uma noção da proposta, pode descrever aqui como você imagina que este recurso deveria se comportar. |
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,44 @@ | ||
--- | ||
name: Solicitar inclusão de termo | ||
about: Use este template se você quer propor um novo termo no Diciotech | ||
title: "[TERM] (informe o termo proposto)" | ||
labels: new technical term | ||
assignees: '' | ||
|
||
body: | ||
- type: input | ||
id: term_title | ||
attributes: | ||
label: Como devemos apresentar o termo? | ||
description: Aqui você pode sugerir um título para usarmos no dicionário | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: term_type | ||
attributes: | ||
label: Este termo pertence a que categoria? | ||
description: Aqui você pode escolher mais de uma categoria se necessário | ||
multiple: true | ||
options: | ||
- Back-end | ||
- Biblioteca | ||
- Conceito | ||
- Design | ||
- Ferramenta | ||
- Framework | ||
- Front-end | ||
- Mobile | ||
- Paradigma | ||
- Versionamento | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: term_description | ||
attributes: | ||
label: Como você acredita que podemos explicar o termo? | ||
description: Como você propõe a explicação deste termo no dicionário | ||
validations: | ||
required: true | ||
--- | ||
|
||
|