diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 9a89314..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 066f2ad..59f617d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,25 +1,33 @@ -## PR Overview -**This PR will address the following Issue/Feature:** - -**This PR will result in the following new package version:** - - -**Please provide the finalized CHANGELOG entry which details the relevant changes included in this PR:** - - -## PR Checklist -### Basic Validation -Please acknowledge that you have successfully performed the following commands locally: -- [ ] dbt run –full-refresh && dbt test -- [ ] dbt run (if incremental models are present) - -Before marking this PR as "ready for review" the following have been applied: -- [ ] The appropriate issue has been linked, tagged, and properly assigned -- [ ] All necessary documentation and version upgrades have been applied -- [ ] docs were regenerated (unless this PR does not include any code or yml updates) -- [ ] BuildKite integration tests are passing -- [ ] Detailed validation steps have been provided below - -### Detailed Validation -Please share any and all of your validation steps: - \ No newline at end of file +**Please provide your name and company** + +**Link the issue/feature request which this PR is meant to address** + + +**Detail what changes this PR introduces and how this addresses the issue/feature request linked above.** + +**How did you validate the changes introduced within this PR?** + +**Which warehouse did you use to develop these changes?** + +**Did you update the CHANGELOG?** + + +- [ ] Yes + +**Did you update the dbt_project.yml files with the version upgrade (please leverage standard semantic versioning)? (In both your main project and integration_tests)** + + +- [ ] Yes + +**Provide an emoji that best describes your current mood** + +:dancer: + +**Feedback** + +We are so excited you decided to contribute to the Fivetran community dbt package! We continue to work to improve the packages and would greatly appreciate your [feedback](https://www.surveymonkey.com/r/DQ7K7WW) on our existing dbt packages or what you'd like to see next. + +**PR Template** +- [Community Pull Request Template](?expand=1&template=pull_request_template.md) (default) + +- [Maintainer Pull Request Template](?expand=1&template=maintainer_pull_request_template.md) (to be used by maintainers) \ No newline at end of file diff --git a/.gitignore b/.gitignore index 57a51df..56432d4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,4 @@ dbt_modules/ logs/ env/ dbt_packages/ -.DS_Store -integration_tests/package-lock.yml -integration_tests/.DS_Store \ No newline at end of file +.DS_Store \ No newline at end of file diff --git a/integration_tests/.DS_Store b/integration_tests/.DS_Store deleted file mode 100644 index 6f2f993..0000000 Binary files a/integration_tests/.DS_Store and /dev/null differ