26 lines
572 B
YAML
26 lines
572 B
YAML
name: New question
|
|
about: Use this template when you don't know how to do something
|
|
title: "[Question] "
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill information.
|
|
|
|
- type: textarea
|
|
id: environment
|
|
attributes:
|
|
label: Environment
|
|
value: |
|
|
* i3 wallpaper manager version:
|
|
* i3-wm version:
|
|
* Operating system and version:
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: question
|
|
attributes:
|
|
label: Question
|
|
validations:
|
|
required: true
|