mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-04 18:45:59 +01:00
19 lines
393 B
YAML
19 lines
393 B
YAML
|
name: Feature Request
|
||
|
description: I'd like to request additional functionality
|
||
|
body:
|
||
|
- type: markdown
|
||
|
attributes:
|
||
|
value: |
|
||
|
Before opening a new issue, take a moment to search through the current open ones.
|
||
|
|
||
|
---
|
||
|
|
||
|
- type: textarea
|
||
|
id: desc
|
||
|
attributes:
|
||
|
label: Description
|
||
|
description: "Describe your idea"
|
||
|
validations:
|
||
|
required: true
|
||
|
|