Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
lucashpmelo committed Aug 19, 2022
1 parent 43a1f90 commit 04b6b13
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 33 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/erro.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Relatar um erro
description: Crie um relatório descrevendo o erro

body:
- type: textarea
id: description
attributes:
label: Descrição
description: Uma descrição do que você está tentando fazer, e qual erro está acontecendo.
validations:
required: true

- type: textarea
id: steps-to-reproduce
attributes:
label: Exemplo de reprodução
description: Forneça o trecho do código que acontece o erro
placeholder: |
```js
// Seu código aqui...
const consulta = await distribuicao.consultaUltNSU('000000000000000')
```
validations:
required: true
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/recurso.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Solicitar um recurso
description: Crie uma solicitação de melhoria para a biblioteca

body:
- type: textarea
id: description
attributes:
label: Descrição
description: Uma descrição da melhoria, detalhando o que você espera que a biblioteca faça.
validations:
required: true

- type: textarea
id: steps-to-reproduce
attributes:
label: Exemplo de código
description: Caso sua melhoria envolva alguma alteração na API, forneça um exemplo de código do que você quer alcançar.
placeholder: |
```js
// Seu exemplo aqui...
distribuicao.novaFuncao()
```
validations:
required: false
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/relat-rio-de-erro.md

This file was deleted.

17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/solicita--o-de-recurso.md

This file was deleted.

0 comments on commit 04b6b13

Please sign in to comment.