-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename feature_request.md to feature_request.yml
- Loading branch information
1 parent
9958ae6
commit 10201f4
Showing
2 changed files
with
37 additions
and
20 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,37 @@ | ||
name: "\U0001F680 Proposta de novo recurso" | ||
description: Proponha um novo recurso | ||
labels: ['s: pending triage', 'c: feature', 's: aguardando interesse do usuário'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: Obrigado por seu interesse no projeto e por dedicar tempo para preencher este relatório de feature! | ||
- type: checkboxes | ||
id: checkboxes | ||
attributes: | ||
label: Contribuir | ||
options: | ||
- label: Estou disposto a fornecer um PR. | ||
- type: textarea | ||
id: feature-description | ||
attributes: | ||
label: Descrição clara e concisa do problema | ||
description: 'Como desenvolvedor usando o gerador-br, eu quero [objetivo / desejo] para que [benefício]. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: suggested-solution | ||
attributes: | ||
label: Solução sugerida | ||
description: 'No módulo [xy] poderíamos fornecer a seguinte implementação...' | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alternative | ||
attributes: | ||
label: Alternativa | ||
description: Descrição clara e concisa de quaisquer soluções ou recursos alternativos que você tenha considerado. | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Contexto adicional | ||
description: Qualquer outro contexto sobre a solicitação de recurso aqui. |