diff options
| author | Hirokazu Hata <h.hata.ai.t@gmail.com> | 2020-07-08 23:46:35 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-08 23:46:35 +0900 |
| commit | 3f7223659f39273c5fe4f2f2d7ee8baa827a9cfb (patch) | |
| tree | 90b8fe46fc705404fcbf867f1c79637efc958c36 | |
| parent | Merge pull request #293 from MuAlphaOmegaEpsilon/readme-export-compile-commands (diff) | |
| parent | Add pull_request_template.md (diff) | |
| download | nvim-lspconfig-3f7223659f39273c5fe4f2f2d7ee8baa827a9cfb.tar nvim-lspconfig-3f7223659f39273c5fe4f2f2d7ee8baa827a9cfb.tar.gz nvim-lspconfig-3f7223659f39273c5fe4f2f2d7ee8baa827a9cfb.tar.bz2 nvim-lspconfig-3f7223659f39273c5fe4f2f2d7ee8baa827a9cfb.tar.lz nvim-lspconfig-3f7223659f39273c5fe4f2f2d7ee8baa827a9cfb.tar.xz nvim-lspconfig-3f7223659f39273c5fe4f2f2d7ee8baa827a9cfb.tar.zst nvim-lspconfig-3f7223659f39273c5fe4f2f2d7ee8baa827a9cfb.zip | |
Merge pull request #297 from kdheepak/kd/add-pr-template
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 00000000..8d76087b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,10 @@ +--- +name: Pull Request +about: Submit a pull request +title: '' +--- + +<!-- +If you want to make changes to the README.md, do so in scripts/README_template.md. +The README.md is auto-generated with all the options from the various LSP configurations. +--> |
