aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMichael Lingelbach <m.j.lbach@gmail.com>2021-01-23 10:34:45 -0800
committerGitHub <noreply@github.com>2021-01-23 10:34:45 -0800
commitf10aaa6ff152490b15da528a3fcd8d3e142d92ec (patch)
treec4df87d4c511a9edb1f6c7a54a0417c06232aca4 /.github
parentMerge pull request #680 from delphinus/feature/use-nvim-exec (diff)
parent[docgen] Update README.md (diff)
downloadnvim-lspconfig-f10aaa6ff152490b15da528a3fcd8d3e142d92ec.tar
nvim-lspconfig-f10aaa6ff152490b15da528a3fcd8d3e142d92ec.tar.gz
nvim-lspconfig-f10aaa6ff152490b15da528a3fcd8d3e142d92ec.tar.bz2
nvim-lspconfig-f10aaa6ff152490b15da528a3fcd8d3e142d92ec.tar.lz
nvim-lspconfig-f10aaa6ff152490b15da528a3fcd8d3e142d92ec.tar.xz
nvim-lspconfig-f10aaa6ff152490b15da528a3fcd8d3e142d92ec.tar.zst
nvim-lspconfig-f10aaa6ff152490b15da528a3fcd8d3e142d92ec.zip
Merge pull request #693 from mjlbach/feature_request_template
Feature request template
Diffstat (limited to '.github')
-rw-r--r--.github/FEATURE_REQUEST_TEMPLATE/feature_request.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/FEATURE_REQUEST_TEMPLATE/feature_request.md b/.github/FEATURE_REQUEST_TEMPLATE/feature_request.md
new file mode 100644
index 00000000..875a2533
--- /dev/null
+++ b/.github/FEATURE_REQUEST_TEMPLATE/feature_request.md
@@ -0,0 +1,13 @@
+---
+name: Feature request
+about: Request a feature in nvim-lspconfig
+title: ''
+labels: feature-request
+
+---
+
+<!-- Before reporting: search existing issues. Implementation of the language server spec itself is located in the neovim core repository and feature requests may be better suited for core. -->
+
+### Requested feature
+
+### Motivation