diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6951f4e..0483f09 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,6 +10,16 @@ - ... - ... +### Checklist + +Please ensure your pull request adheres to the following guidelines: + +- [ ] For first-time contributors, I have read the [contributing guidelines](../CONTRIBUTING.md). +- [ ] All code is covered by tests where feasible. +- [ ] All commits follow the [conventional commits](https://www.conventionalcommits.org/) specification. +- [ ] I have updated the relevant documentation. +- [ ] If any Gen AI tool was used or assisted in this PR, I have described its usage in the PR description and adhered to the [AI Contribution Policy](../AI-POLICY.md). + ### Related issue(s)