-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Al/new data pr template #13
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I might be wrong but I don't think github allows multiple PR templates as it does for issues
It is possible (see this documentation). However, usage might be a bit overwhelming if the UI doesn't allow to choose explicitly: |
- [ ] I have checked if the model is SQLFLUFF compliant | ||
- [ ] I have validated the model (dbt run works on my branch) | ||
- [ ] I have run FHIR validate if needed | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To add as below?
- I have shared this issue with my team (channel data-team)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The first part of the template is about creating a new model and not about an issue, that's why we kept this box only in the issue section of the template :)
Indeed, there is the issue of dealing with multiple templates to address. It seems that this stackoverflow thread adresses it by suggesting two non-perfect solutions :
And
Or use the url to choose which template we want to use as github suggests it, but as @nrogerarkhn said it can be a bit overwhelming. |
I kinda like the second solution, it's a quite elegant way to get around the problem in my opinion! |
|
Fixes
Fixes #12 by @ALidghi
Description
This PR creates a new PR template for the data team
Technical details
Definition of Done
Tests