1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-15 21:41:11 +01:00
nixvim/.github/ISSUE_TEMPLATE/plugin_request.yml
2025-07-30 12:24:07 +00:00

30 lines
771 B
YAML

---
name: Plugin Request
description: Request support for a new plugin
title: "[PLUGIN REQUEST] <PLUGIN>"
labels: ["enhancement"]
body:
- type: input
attributes:
label: Plugin
description: Plugin NixVim should support
validations:
required: true
- type: input
attributes:
label: Homepage
description: URL to the plugin repository
validations:
required: true
- type: input
attributes:
label: Nixpkgs URL
description: URL to the package for this plugin in Nixpkgs
- type: textarea
attributes:
label: Extra Information
description: >-
Provide extra information about the plugin,
and any ideas regarding NixVim-specific options.
validations:
required: true