diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..2bf25de9d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +# Zod Pull Request + +**IMPORTANT:** Development of the next major version of Zod (`v4`) is currently ongoing. If your PR implements new functionality, it should target the `v4` branch, NOT the `master` branch. (If it's a bugfix, the `master` branch is fine.) + +## Overview + +Thank you for your contribution to our project! Before submitting your pull request, please ensure the following: + +- [ ] Your code changes are well-documented. +- [ ] You have tested your changes. +- [ ] You have updated any relevant documentation.