ISSUE_TEMPLATES: convert to yml
This commit is contained in:
parent
fe0bcc92c8
commit
1729fe1608
4 changed files with 81 additions and 49 deletions
30
.github/ISSUE_TEMPLATE/plugin_request.yml
vendored
Normal file
30
.github/ISSUE_TEMPLATE/plugin_request.yml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue