17 lines
429 B
YAML
17 lines
429 B
YAML
name: Question
|
|
description: Ask a firmware specific question
|
|
title: '[QUESTION] '
|
|
labels:
|
|
- question
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Before you create a new question, please check if an issue with it already exists (either open or closed) by using the search bar on the issues page.
|
|
- type: textarea
|
|
id: question
|
|
attributes:
|
|
label: Question
|
|
validations:
|
|
required: true
|