mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-07-13 12:52:32 +08:00

Some checks failed
CMake / build-x11 (ubuntu-22.04) (push) Has been cancelled
CMake / build-x11 (ubuntu-24.04) (push) Has been cancelled
CMake / build-x11-wayland (ubuntu-22.04) (push) Has been cancelled
CMake / build-x11-wayland (ubuntu-24.04) (push) Has been cancelled
CMake / build-wayland (ubuntu-22.04) (push) Has been cancelled
CMake / build-wayland (ubuntu-24.04) (push) Has been cancelled
39 lines
966 B
YAML
39 lines
966 B
YAML
name: "Installation/Usage Help"
|
|
description: "Request help with installing or using linux-wallpaperengine."
|
|
labels: [question, support]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Need help? Fill this out so we can assist you better.
|
|
- type: textarea
|
|
id: issue
|
|
attributes:
|
|
label: What are you trying to do, and what's the problem?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: attempted
|
|
attributes:
|
|
label: What have you tried so far?
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: error_logs
|
|
attributes:
|
|
label: Errors or Log Output
|
|
validations:
|
|
required: false
|
|
- type: input
|
|
id: system
|
|
attributes:
|
|
label: OS, Desktop Environment, X11/Wayland
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: install_method
|
|
attributes:
|
|
label: Installation Method (e.g., AUR, Flatpak, build from source)
|
|
validations:
|
|
required: true
|