Skip to content

Commit 31fc1e6

Browse files
authored
Update pull_request_template.md
1 parent f5ec675 commit 31fc1e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/pull_request_template.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
## Summary
22
<!-- A short description of the changes with a link to an open issue. -->
33

4+
Closes <!-- Link to an issue to close on merge. -->
45
## Checklist
56
Delete items not relevant to your PR:
6-
- [ ] Closes <!-- Link to an issue to close on merge. -->
7+
- [ ] Closes #<issue ref>
78
- [ ] Unit and integration tests covering the common scenarios were added
89
- [ ] A human-readable description of the changes was provided to include in CHANGELOG
910
- [ ] For significant changes, documentation in https://github.com/ClickHouse/clickhouse-docs was updated with further explanations or tutorials

0 commit comments

Comments
 (0)