mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-12-12 15:21:37 +03:00
20 lines
417 B
YAML
20 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
|
|
|