aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2024-10-06 03:47:24 -0700
committerGitHub <noreply@github.com>2024-10-06 03:47:24 -0700
commitdcf511d53fae9675c6fde4241d94b2daaa5e0cd5 (patch)
tree2d2c940736ca325378f4c905c09ca2317a3dcea6 /CONTRIBUTING.md
parentdocs: update configs.md (diff)
downloadnvim-lspconfig-dcf511d53fae9675c6fde4241d94b2daaa5e0cd5.tar
nvim-lspconfig-dcf511d53fae9675c6fde4241d94b2daaa5e0cd5.tar.gz
nvim-lspconfig-dcf511d53fae9675c6fde4241d94b2daaa5e0cd5.tar.bz2
nvim-lspconfig-dcf511d53fae9675c6fde4241d94b2daaa5e0cd5.tar.lz
nvim-lspconfig-dcf511d53fae9675c6fde4241d94b2daaa5e0cd5.tar.xz
nvim-lspconfig-dcf511d53fae9675c6fde4241d94b2daaa5e0cd5.tar.zst
nvim-lspconfig-dcf511d53fae9675c6fde4241d94b2daaa5e0cd5.zip
ci: rename README_template.md #3357
The name `README_template.md` is confusing, because it is not related to the README (that changed long ago).
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7db8f850..2b79c9d2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -127,7 +127,7 @@ If using nix, you can use `nix develop` to install these to a local nix shell.
## Generating docs
GitHub Actions automatically generates `configs.md`. Only modify
-`scripts/README_template.md` or the `docs` table in the server config Lua file.
+`scripts/docs_template.md` or the `docs` table in the config code.
Do not modify `configs.md` directly.
To preview the generated `configs.md` locally, run `scripts/docgen.lua` from