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>
44 lines
1 KiB
YAML
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"
|