From 147b4cda0de5b8b6de47ef19ad185c5fec11d3d3 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Mon, 22 Sep 2025 08:40:30 -0400 Subject: [PATCH 1/6] feat(ci): pr template pointing people to none-ls-extras.nvim --- .github/pull_request_template.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..c9f21246 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +## Pull Request + +### Description + + +### Checklist +- [ ] **Required**: If you are adding a new builtin, it should go to [nvimtools/none-ls-extras.nvim](https://github.com/nvimtools/none-ls-extras.nvim) instead of this repository +- [ ] I have tested my changes +- [ ] I have updated documentation if necessary \ No newline at end of file From 1398d8b64c847515c047c56385047fafd9802533 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 12:41:08 +0000 Subject: [PATCH 2/6] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/pull_request_template.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c9f21246..6a7398a4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,9 +1,13 @@ ## Pull Request ### Description + ### Checklist -- [ ] **Required**: If you are adding a new builtin, it should go to [nvimtools/none-ls-extras.nvim](https://github.com/nvimtools/none-ls-extras.nvim) instead of this repository + +- [ ] **Required**: If you are adding a new builtin, it should go to + [nvimtools/none-ls-extras.nvim](https://github.com/nvimtools/none-ls-extras.nvim) + instead of this repository - [ ] I have tested my changes -- [ ] I have updated documentation if necessary \ No newline at end of file +- [ ] I have updated documentation if necessary From 88000ecddc3b4b01e70e3551adf38aae2dc46387 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Mon, 22 Sep 2025 08:43:13 -0400 Subject: [PATCH 3/6] fix(ci): improve phrasing --- .github/pull_request_template.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6a7398a4..cdaa4f93 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,13 +1,11 @@ -## Pull Request +## What does this PR do? -### Description + - +## Checklist -### Checklist +**Important**: New builtins belong in [nvimtools/none-ls-extras.nvim](https://github.com/nvimtools/none-ls-extras.nvim) -- [ ] **Required**: If you are adding a new builtin, it should go to - [nvimtools/none-ls-extras.nvim](https://github.com/nvimtools/none-ls-extras.nvim) - instead of this repository -- [ ] I have tested my changes -- [ ] I have updated documentation if necessary +- [ ] **Required**: If I'm adding a new builtin (linter, formatter, code action, etc.), I understand it should be contributed to [nvimtools/none-ls-extras.nvim](https://github.com/nvimtools/none-ls-extras.nvim) instead +- [ ] I've tested these changes locally +- [ ] I've updated any relevant documentation From 8cff7c89c986f9a668ffbab0dda3ab48b3135829 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 12:43:42 +0000 Subject: [PATCH 4/6] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/pull_request_template.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cdaa4f93..0f9e4f07 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,8 +4,12 @@ ## Checklist -**Important**: New builtins belong in [nvimtools/none-ls-extras.nvim](https://github.com/nvimtools/none-ls-extras.nvim) +**Important**: New builtins belong in +[nvimtools/none-ls-extras.nvim](https://github.com/nvimtools/none-ls-extras.nvim) -- [ ] **Required**: If I'm adding a new builtin (linter, formatter, code action, etc.), I understand it should be contributed to [nvimtools/none-ls-extras.nvim](https://github.com/nvimtools/none-ls-extras.nvim) instead +- [ ] **Required**: If I'm adding a new builtin (linter, formatter, code action, + etc.), I understand it should be contributed to + [nvimtools/none-ls-extras.nvim](https://github.com/nvimtools/none-ls-extras.nvim) + instead - [ ] I've tested these changes locally - [ ] I've updated any relevant documentation From 0459c8c696e2ebbecb9c3c02eb695a51470f812c Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 24 Sep 2025 19:48:48 -0400 Subject: [PATCH 5/6] fix(ci): improve phrasing --- .github/pull_request_template.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0f9e4f07..577a832e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,12 +4,5 @@ ## Checklist -**Important**: New builtins belong in -[nvimtools/none-ls-extras.nvim](https://github.com/nvimtools/none-ls-extras.nvim) - -- [ ] **Required**: If I'm adding a new builtin (linter, formatter, code action, - etc.), I understand it should be contributed to - [nvimtools/none-ls-extras.nvim](https://github.com/nvimtools/none-ls-extras.nvim) - instead -- [ ] I've tested these changes locally -- [ ] I've updated any relevant documentation +- [ ] If I'm adding a new builtin (linter, formatter, code action, etc.), I understand it should be contributed to [nvimtools/none-ls-extras.nvim](https://github.com/nvimtools/none-ls-extras.nvim) instead +- [ ] I've written tests for these changes From 55e8c143304178e2a95026d179e62d7c6c42041c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 23:55:49 +0000 Subject: [PATCH 6/6] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/pull_request_template.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 577a832e..424d807c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,5 +4,8 @@ ## Checklist -- [ ] If I'm adding a new builtin (linter, formatter, code action, etc.), I understand it should be contributed to [nvimtools/none-ls-extras.nvim](https://github.com/nvimtools/none-ls-extras.nvim) instead +- [ ] If I'm adding a new builtin (linter, formatter, code action, etc.), I + understand it should be contributed to + [nvimtools/none-ls-extras.nvim](https://github.com/nvimtools/none-ls-extras.nvim) + instead - [ ] I've written tests for these changes