SteamPowered/.github/ISSUE_TEMPLATE/question.yml
2021-12-04 03:05:58 +08:00

29 lines
691 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: Question
description: Submit a question if you are not sure if this is a bug.
title: "[Question] "
labels: question
body:
- type: markdown
attributes:
value: |
You can ask about future features, game machenic and so on.
- type: textarea
id: question
attributes:
label: Question
description: Describe your question in detail.
validations:
required: true
- type: textarea
id: wanted
attributes:
label: Additional message
description: Which aspect would you like to know
- type: input
id: mod-version
attributes:
label: Mod version
placeholder: 0.1.3
validations:
required: true