mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
Add a form for new module requests with information to help contributors to add new modules. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
38 lines
1.3 KiB
YAML
38 lines
1.3 KiB
YAML
name: "✨ New Module Request"
|
||
description: "Suggest an addition to Home Manager"
|
||
title: "[New Module Request] "
|
||
labels: ["new module request"]
|
||
body:
|
||
- type: markdown
|
||
attributes:
|
||
value: |
|
||
Thank you for contributing to Home Manager!
|
||
|
||
Before you open a new issue, please search the existing issues to see if your feature has already been requested or discussed.
|
||
- type: markdown
|
||
attributes:
|
||
value: "## ➕ New Program or Service"
|
||
- type: input
|
||
id: new-program-name
|
||
attributes:
|
||
label: Program/Service Name
|
||
description: "What is the name of the program or service you would like to add?"
|
||
placeholder: "e.g., my-cool-cli-tool"
|
||
- type: input
|
||
id: new-program-repo
|
||
attributes:
|
||
label: Upstream Repository
|
||
description: "Please provide a link to the source code repository."
|
||
placeholder: "https://github.com/user/repo"
|
||
- type: textarea
|
||
id: new-program-docs
|
||
attributes:
|
||
label: Configuration Documentation
|
||
description: "Please provide links to any relevant documentation for configuring this program."
|
||
placeholder: "e.g., man page, project wiki, configuration file examples, etc."
|
||
- type: textarea
|
||
id: new-program-reason
|
||
attributes:
|
||
label: Reason for Addition
|
||
description: "**Why do you want this program or service added to Home Manager?"
|