Skip to content

Commit

Permalink
Update and rename feature_request.md to feature_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-lourenco authored Oct 11, 2024
1 parent 9958ae6 commit 10201f4
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
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.

0 comments on commit 10201f4

Please sign in to comment.