From 6a87d25d8513dc11852f6471a09cd637483355fd Mon Sep 17 00:00:00 2001 From: Mikhail Shustov Date: Tue, 17 Sep 2024 05:39:03 +0200 Subject: [PATCH] chore: add a PR template (#149) --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 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 0000000..d37fc01 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +## Summary +A short description of the changes with a link to an open issue. + +## Checklist +Delete items not relevant to your PR: +- [ ] Unit and integration tests covering the common scenarios were added +- [ ] A human-readable description of the changes was provided so that we can include it in CHANGELOG later +- [ ] For significant changes, documentation in README and https://github.com/ClickHouse/clickhouse-docs was updated with further explanations or tutorials