We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ec675 commit 31fc1e6Copy full SHA for 31fc1e6
.github/pull_request_template.md
@@ -1,9 +1,10 @@
1
## Summary
2
<!-- A short description of the changes with a link to an open issue. -->
3
4
+Closes <!-- Link to an issue to close on merge. -->
5
## Checklist
6
Delete items not relevant to your PR:
-- [ ] Closes <!-- Link to an issue to close on merge. -->
7
+- [ ] Closes #<issue ref>
8
- [ ] Unit and integration tests covering the common scenarios were added
9
- [ ] A human-readable description of the changes was provided to include in CHANGELOG
10
- [ ] For significant changes, documentation in https://github.com/ClickHouse/clickhouse-docs was updated with further explanations or tutorials
0 commit comments