mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 08:25:18 +01:00
23 lines
665 B
YAML
23 lines
665 B
YAML
name: Question
|
|
description: If you have a question, please fill out this form. Feature requests will be closed immediately!
|
|
title: "[Question]: "
|
|
labels: question
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: Feature requests will be closed immediately!
|
|
- type: textarea
|
|
id: describe-question
|
|
attributes:
|
|
label: Describe your question
|
|
description: Describe your question as accurately as possible.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: screenshots
|
|
attributes:
|
|
label: Screenshots
|
|
description: If applicable, add screenshots to help explain your problem.
|
|
validations:
|
|
required: false
|