From 94a5575192d81f7d83a126b160637908440bd4bc Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Thu, 13 May 2021 12:54:54 -0500 Subject: [PATCH 1/4] template add --- .github/pull_request_template.md | 40 ++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .github/pull_request_template.md 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. From 44c7742dfa840d103535314db55a97cacb1674d0 Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Thu, 13 May 2021 12:54:54 -0500 Subject: [PATCH 2/4] template add --- .github/ISSUE_TEMPLATE/bug_report.md | 62 ++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md 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. + From 2591d706d07d4c00658a53a8a00617ca94527b70 Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Thu, 13 May 2021 12:54:55 -0500 Subject: [PATCH 3/4] template add --- .github/ISSUE_TEMPLATE/feature_request.md | 32 +++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md 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. From 02b85654bd774a3979a79fd5fbc1f5222d27dae8 Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Thu, 13 May 2021 12:54:55 -0500 Subject: [PATCH 4/4] template add --- .github/ISSUE_TEMPLATE/question.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/question.md 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** +