From 4adcb35851573c639510bc5dec18045b011e2deb Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Mon, 10 Oct 2022 15:24:02 +0100 Subject: [PATCH] add feature request --- .github/ISSUE_TEMPLATE/feature_request.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..907c76798e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,15 @@ +--- +name: Plugin request +about: Request support for a new plugin +title: '' +labels: enhancement +assignees: '' + +--- + +**Plugin**: What's the name of the plugin +**Plugin repository**: URL to the repository of the plugin +**Is the plugin on nixpkgs**: Is this plugin available on nixpkgs? + +## Extra information +Please provide extra information about the plugin, and any ideas you might have regarding nixvim-specific options.