11.stylix/.github/ISSUE_TEMPLATE/change_option.yml
Daniel Thwaites f8833c5e0c
treewide: update documentation links (#1314)
Link: https://github.com/nix-community/stylix/pull/1314

Co-authored-by: pancho horrillo <pancho@pancho.name>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-19 19:30:20 +02:00

44 lines
1 KiB
YAML

---
description: Request a change to an existing option
labels: [change-option]
name: Change option
title: "<SCOPE>: <DESCRIPTION>"
body:
- type: checkboxes
attributes:
label: I assert that this feature request is relevant for Stylix
options:
- label: >-
I assert that this is not a duplicate of an [existing feature
request](https://github.com/nix-community/stylix/issues?q=is%3Aissue).
required: true
- type: textarea
attributes:
label: Description
description: >-
Describe the change and its potential breaking changes, and demonstrate
the use case it improves.
placeholder: Type your description here…
validations:
required: true
- type: textarea
attributes:
label: Notify maintainers
description: >-
Consider pinging the module maintainers. Each module lists its
maintainers in the
[documentation](https://nix-community.github.io/stylix).
placeholder: "@danth, @trueNAHO"