File size: 477 Bytes
5f685fd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
name: ❓ Question
description: Ask a question about this project
title: '❓ [Question]: '
labels: ['question']
body:
- type: markdown
attributes:
value: |
We appreciate your interest in this project. Please be sure to include as much detail & context about your question as possible!
- type: textarea
id: Question
attributes:
label: Your Question
description: Describe your question in detail.
validations:
required: true
|