mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 17:05:58 +01:00
19 lines
417 B
YAML
19 lines
417 B
YAML
name: Feature Request
|
|
description: I'd like to request additional functionality
|
|
labels: ["enhancement"]
|
|
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
|
|
|