From 7ea8a44d3a61427f61529f76a0f7966abe928643 Mon Sep 17 00:00:00 2001 From: dennis zhuang Date: Thu, 19 Dec 2024 16:28:20 +0800 Subject: [PATCH] chore: update PR template (#5199) --- .github/pull_request_template.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c50137f876..5b0fe1bcfe 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,7 +4,8 @@ I hereby agree to the terms of the [GreptimeDB CLA](https://github.com/GreptimeT ## What's changed and what's your intention? -__!!! DO NOT LEAVE THIS BLOCK EMPTY !!!__ + -## Checklist +## PR Checklist +Please convert it to a draft if some of the following conditions are not met. - [ ] I have written the necessary rustdoc comments. - [ ] I have added the necessary unit tests and integration tests. - [ ] This PR requires documentation updates. +- [ ] API changes are backward compatible. +- [ ] Schema or data changes are backward compatible.