mirror of
https://github.com/hyprwm/hyprlock.git
synced 2024-11-16 23:05:58 +01: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
|
||
|
|