From 42c5dc7856b30f8092e1a2d7960eeca8526376dd Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Fri, 19 Apr 2024 16:37:27 -0700 Subject: [PATCH] Add PR template --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 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 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.