diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..c36e4fe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,62 @@ +--- +name: Bug report +about: Create a report to help us improve +title: BUG - [your bug title here] +labels: bug +assignees: '' + +--- + +**Are you a current Fivetran customer?** + + + +**Describe the bug** + + +**Steps to reproduce** +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** + + +**Project variables configuration** + +```yml +copy dbt_project.yml here +``` + +**Package Version** + +```yml +copy packages.yml here +``` + +**Warehouse** + + +- [ ] BigQuery +- [ ] Redshift +- [ ] Snowflake +- [ ] Postgres +- [ ] Databricks +- [ ] Other (provide details below) + +**Additional context** + + +**Screenshots** + + +**Please indicate the level of urgency** + + +**Are you interested in contributing to this package?** + +- [ ] Yes, I can do this and open a PR for your review. +- [ ] Possibly, but I'm not quite sure how to do this. I'd be happy to do a live coding session with someone to get this fixed. +- [ ] No, I'd prefer if someone else fixed this. I don't have the time and/or don't know what the root cause of the problem is. + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..ad1df3f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,32 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: FEATURE - [your feature request title here] +labels: enhancement +assignees: '' + +--- + +**Are you a Fivetran customer?** + + +**Is your feature request related to a problem? Please describe.** + + +**Describe the solution you'd like** + + +**Describe alternatives you've considered** + + +**Additional context** + + +**Please indicate the level of urgency and business impact of this request** + + +**Are you interested in contributing to this package?** + +- [ ] Yes, I can do this and open a PR for your review. +- [ ] Possibly, but I'm not quite sure how to do this. I'd be happy to do a live coding session with someone to get this work implemented. +- [ ] No, I'd prefer if someone else did this. I don't have the time and/or don't know how to incorporate the changes necessary. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..2bd3b25 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,20 @@ +--- +name: Question +about: Confused about how to use the package? Ask us a question +title: QUESTION - [your question title here] +labels: question +assignees: '' + +--- + +**Are you a Fivetran customer?** + + +**Your Question** + + +**Additional context** + + +**Please indicate the level of urgency and business impact of this request** + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..1d9bae8 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,40 @@ +**Are you a current Fivetran customer?** + + +**What change(s) does this PR introduce?** + + +**Does this PR introduce a breaking change?** + + +- [ ] Yes (please provide breaking change details below.) +- [ ] No (please provide explanation how the change is non breaking below.) + +**Is this PR in response to a previously created Issue** + + +- [ ] Yes, Issue [link issue number here] +- [ ] No + +**How did you test the PR changes?** + + +- [ ] CircleCi +- [ ] Other (please provide additional testing details below) + +**Select which warehouse(s) were used to test the PR** + +- [ ] BigQuery +- [ ] Redshift +- [ ] Snowflake +- [ ] Postgres +- [ ] Databricks +- [ ] Other (provide details below) + +**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.