11.stylix/.github/ISSUE_TEMPLATE/change_target.yml

47 lines
1.1 KiB
YAML

---
description: Request a change to an existing target
labels: ["kind: change-target"]
name: Change target
title: "<TARGET>: <DESCRIPTION>"
body:
- type: textarea
attributes:
label: Description
description: >-
Describe the change. Consider including links to potentially useful
NixOS, Home Manager, nix-darwin, or Nix-on-Droid options.
placeholder: Type your description here…
validations:
required: true
- type: checkboxes
attributes:
label: Submission Checklist
options:
- label: I assert that this issue is relevant to Stylix
required: true
- label: >-
I assert that this is not a duplicate of an [existing
issue](https://github.com/nix-community/stylix/issues?q=is%3Aissue)
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: "@awwpotato @danth @trueNAHO"