mirror of
https://github.com/PretendoNetwork/Pretendo.git
synced 2025-04-02 11:01:42 -04:00
19 lines
No EOL
529 B
YAML
19 lines
No EOL
529 B
YAML
name: Question
|
|
description: Ask a general question
|
|
title: "[Question]: "
|
|
labels: ["question"]
|
|
assignees: []
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Checked Existing
|
|
description: Ensure you have checked the existing issues, both open and closed, for duplicate issues.
|
|
options:
|
|
- label: I have checked the repository for duplicate issues.
|
|
required: true
|
|
- type: textarea
|
|
id: question
|
|
attributes:
|
|
label: What would you like to know?
|
|
validations:
|
|
required: true |