mirror of
https://github.com/FlamedDogo99/EaglerMobile.git
synced 2024-12-22 15:24:14 -08:00
26 lines
687 B
YAML
26 lines
687 B
YAML
name: Question
|
|
description: Ask a clarifying question about this project
|
|
title: '[Question] '
|
|
labels:
|
|
- question
|
|
body:
|
|
- type: textarea
|
|
id: question
|
|
attributes:
|
|
label: Question
|
|
description: Provide a clear and concise explanation of the question.
|
|
placeholder: Required
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: info
|
|
attributes:
|
|
label: Additional Information
|
|
description: >-
|
|
Provide a clear and concise explanation of what changes are needed on
|
|
the repository in order for the question's answer to be accessible to
|
|
future users.
|
|
placeholder: Required
|
|
validations:
|
|
required: true
|