Resolve [Bug]/#24 #27

Merge aplicado
csm-kb mesclou 24 commits from mc/1.20.2 into mc/1.20.2 2023-12-09 20:23:10 +00:00
3 arquivos alterados com 71 adições e 0 exclusões
Mostrando apenas as alterações do commit 8418e6e5c7 - Mostrar todos os commits

chore: Add missing issue templates

Awakened-Redstone 2023-04-16 17:06:50 -03:00 commit de Kane Bruce
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 9FE531477BA84BF9

1
.github/ISSUE_TEMPLATE/config.yml externo Arquivo normal
Ver arquivo

@ -0,0 +1 @@
blank_issues_enabled: false

31
.github/ISSUE_TEMPLATE/documentation.yml externo Arquivo normal
Ver arquivo

@ -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
Ver arquivo

@ -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.