From 65b7c86d7e03a4a822ec6235bbbbee2f849c14d1 Mon Sep 17 00:00:00 2001 From: LoricAndre <57358788+LoricAndre@users.noreply.github.com> Date: Fri, 13 Feb 2026 14:05:17 +0100 Subject: [PATCH] chore: enhance PR template [skip ci] Updated the pull request template to include a checklist item for conventional commit titles and documentation updates. --- .github/pull_request_template.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0fad0ab8..3f991d9e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,9 +1,11 @@ ## Checklist -_check the box if it is not applicable to your changes_ -- [ ] I have updated the README with the necessary documentation +- [ ] The title of my PR follows [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) +- [ ] I have updated the documentation (`README.md`, comments, `src/manpage.rs` and/or `src/options.rs` if applicable) - [ ] I have added unit tests - [ ] I have added [integration tests](https://github.com/skim-rs/skim/tree/master/tests) - [ ] I have linked all related issues or PRs ## Description of the changes + +_Note_: [codecov](https://codecov.io) runs on the PR on this repo, but feel free to ignore it.