-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
43a1f90
commit 04b6b13
Showing
4 changed files
with
48 additions
and
33 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,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 |
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,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 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.