Resolve [Bug]/#24 #27
3 arquivos alterados com 71 adições e 0 exclusões
chore: Add missing issue templates
commit
a2ba136262
1
.github/ISSUE_TEMPLATE/config.yml
externo
Arquivo normal
1
.github/ISSUE_TEMPLATE/config.yml
externo
Arquivo normal
|
|
@ -0,0 +1 @@
|
||||||
|
blank_issues_enabled: false
|
||||||
31
.github/ISSUE_TEMPLATE/documentation.yml
externo
Arquivo normal
31
.github/ISSUE_TEMPLATE/documentation.yml
externo
Arquivo normal
|
|
@ -0,0 +1,31 @@
|
||||||
|
name: Documentation
|
||||||
|
description: Issues and suggestions for the documentation
|
||||||
|
title: "[Documentation]: "
|
||||||
|
labels:
|
||||||
|
- T-enhancement
|
||||||
|
- T-documentation
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: target
|
||||||
|
attributes:
|
||||||
|
label: What on the documentation is being suggested to be changed
|
||||||
|
description: >-
|
||||||
|
A simple description of the area or page to be changed/added
|
||||||
|
placeholder: 'Tutorial section'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Describe the change
|
||||||
|
description: >-
|
||||||
|
A clear and concise description of the documentation change.
|
||||||
|
placeholder: 'Missing information for [...]'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: additional
|
||||||
|
attributes:
|
||||||
|
label: Additional context
|
||||||
|
description: >-
|
||||||
|
Add any other context or screenshots about the feature request here.
|
||||||
39
.github/ISSUE_TEMPLATE/feature_request.yml
externo
Arquivo normal
39
.github/ISSUE_TEMPLATE/feature_request.yml
externo
Arquivo normal
|
|
@ -0,0 +1,39 @@
|
||||||
|
name: Feature request
|
||||||
|
description: Suggest an idea for this project
|
||||||
|
title: "[New feature]: "
|
||||||
|
labels:
|
||||||
|
- T-enhancement
|
||||||
|
- T-documentation
|
||||||
|
- S-needs-triage
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: is_problem
|
||||||
|
attributes:
|
||||||
|
label: Is your feature request related to a problem? Please describe.
|
||||||
|
description: >-
|
||||||
|
A clear and concise description of what the problem is.
|
||||||
|
placeholder: 'I''m always frustrated when [...]'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: proposed_solution
|
||||||
|
attributes:
|
||||||
|
label: Describe the solution you'd like
|
||||||
|
description: >-
|
||||||
|
A clear and concise description of what you want to happen.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: alternatives
|
||||||
|
attributes:
|
||||||
|
label: Describe alternatives you've considered
|
||||||
|
description: >-
|
||||||
|
A clear and concise description of any alternative solutions or features you've considered.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: additional
|
||||||
|
attributes:
|
||||||
|
label: Additional context
|
||||||
|
description: >-
|
||||||
|
Add any other context or screenshots about the feature request here.
|
||||||
Referência em uma nova issue