mirror of
https://github.com/amiayweb/Hytale-F2P.git
synced 2026-02-26 17:51:45 -03:00
* docs: add new contributors to the list * docs: fix template and new adjustments * docs: fix github template & add new contributors * removed config.yml
52 lines
1.6 KiB
YAML
52 lines
1.6 KiB
YAML
name: Feature Request
|
|
description: Suggest an idea for this project
|
|
title: "[FEATURE] "
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: textarea
|
|
id: summary
|
|
attributes:
|
|
label: Summary
|
|
description: Brief explanation of the feature.
|
|
placeholder: "Describe in a few sentences what this feature would do."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: 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: "Ex. I'm always frustrated when [...]"
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Describe the solution you'd like
|
|
description: A clear and concise description of what you want to happen.
|
|
placeholder: "Describe 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.
|
|
placeholder: "Describe any alternative solutions or features you've considered."
|
|
validations:
|
|
required: true
|
|
|
|
- type: screenshots
|
|
id: screenshots
|
|
attributes:
|
|
label: Screenshots (Optional)
|
|
description: If applicable, add screenshots to help explain your request.
|
|
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Additional context
|
|
description: Add any other context or screenshots about the feature request here. |