mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 23:36:23 -04:00
Updated the pull request template to include a checklist item for conventional commit titles and documentation updates.
12 lines
531 B
Markdown
12 lines
531 B
Markdown
## Checklist
|
|
|
|
- [ ] 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.
|