Skip to content

Commit b55d1ad

Browse files
authored
Add PR template for soda-extensions reminder (#2494)
We've had a few times where the soda-extensions package was broken as a result of changes in soda-core. There is a workflow in place to validate they work together correctly, but this is a manual process. This PR adds a template to promote good PR practices, including a reminder to run the soda-extensions workflow for validating compatibility.
1 parent 0449ce4 commit b55d1ad

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/pull_request_template.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Description
2+
3+
Please provide a description of your changes:
4+
5+
- What problem are you solving?
6+
- Any expected impact on downstream packages/services?
7+
- Reference issue # if available.
8+
9+
10+
## Checklist
11+
12+
- [ ] I added a test to verify the new functionality.
13+
- [ ] I verified this PR does not break [soda-extensions][1].
14+
15+
[1]: (https://github.com/sodadata/soda-extensions/actions/workflows/main.workflow.yaml)

0 commit comments

Comments
 (0)