ISSUE_TEMPLATES: convert to yml

This commit is contained in:
awwpotato 2025-07-29 12:11:42 -07:00 committed by Matt Sturgeon
parent fe0bcc92c8
commit 1729fe1608
4 changed files with 81 additions and 49 deletions

View file

@ -0,0 +1,30 @@
---
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