Skip to content

Commit

Permalink
add a PR template (#103)
Browse files Browse the repository at this point in the history
* add pr template

* Exclude github templates from tests

* Exclude github templates from tests take 2

Co-authored-by: Geoff Genz <geoff@clickhouse.com>
  • Loading branch information
mshustov and genzgd committed Jan 26, 2023
1 parent b0ba61f commit 71c2ea7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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 to include in CHANGELOG
- [ ] For significant changes, documentation in https://github.com/ClickHouse/clickhouse-docs was updated with further explanations or tutorials
1 change: 1 addition & 0 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- 'CHANGELOG.md'
- 'VERSION'
- 'LICENSE'
- '.github/*.md'

jobs:
lint:
Expand Down

0 comments on commit 71c2ea7

Please sign in to comment.