File tree Expand file tree Collapse file tree 3 files changed +52
-13
lines changed Expand file tree Collapse file tree 3 files changed +52
-13
lines changed Original file line number Diff line number Diff line change @@ -3,34 +3,35 @@ name: Bug report
3
3
about : Create a report to help us improve
4
4
title : " [BUG] <my bug title>"
5
5
labels : bug
6
- assignees : tkirschke
7
6
8
7
---
9
8
10
9
** Describe the bug**
10
+
11
11
A clear and concise description of what the bug is.
12
12
13
13
** Environment**
14
14
15
- dbt version:
16
- datavault4dbt version:
17
- Database/Platform:
15
+ - dbt version: _ cloud/core and version number _
16
+ - datavault4dbt version:
17
+ - Database/Platform:
18
18
19
19
** To Reproduce**
20
- Steps to reproduce the behavior:
21
- 1 . Go to '...'
22
- 2 . Click on '....'
23
- 3 . Scroll down to '....'
24
- 4 . See error
20
+
21
+ Please provide:
22
+ 1 . Your model's SQL
23
+ 2 . Your compiled model's SQL
24
+ 3 . The dbt error message
25
+ 4 . Relevant logs
25
26
26
27
** Expected behavior**
28
+
27
29
A clear and concise description of what you expected to happen.
28
30
29
31
** Screenshots**
30
- If applicable, add screenshots to help explain your problem.
31
32
32
- ** Log files**
33
- If applicable, provide dbt log files which include the problem.
33
+ If applicable, add screenshots to help explain your problem.
34
34
35
35
** Additional context**
36
+
36
37
Add any other context about the problem here.
Original file line number Diff line number Diff line change 2
2
name : Feature request
3
3
about : Suggest an idea for this project
4
4
title : " [FEATURE]"
5
- labels : feature
5
+ labels : enhancement
6
6
7
7
---
8
+ ** What additional value does this feature bring to the project?**
9
+
10
+ Add motivation why this feature should be integrated into the package.
8
11
9
12
** Is your feature request related to a problem? Please describe.**
13
+
10
14
A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
11
15
12
16
** Describe the solution you'd like**
17
+
13
18
A clear and concise description of what you want to happen.
14
19
15
20
** Describe alternatives you've considered**
21
+
16
22
A clear and concise description of any alternative solutions or features you've considered.
17
23
18
24
** Additional context**
25
+
19
26
Add any other context or screenshots about the feature request here.
Original file line number Diff line number Diff line change
1
+ # Description
2
+
3
+ Please include a summary of the changes and the related issue and context.
4
+
5
+ Fixes #(issue)
6
+
7
+ ## Type of change
8
+
9
+ Please delete options that are not relevant.
10
+
11
+ - [ ] Bug fix (non-breaking change which fixes an issue)
12
+ - [ ] New feature (non-breaking change which adds functionality)
13
+ - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
14
+ - [ ] This change requires a documentation update
15
+
16
+ # How Has This Been Tested?
17
+
18
+ Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
19
+
20
+ - [ ] Tests you ran
21
+
22
+ ** Test Configuration** :
23
+ * datavault4dbt-Version:
24
+ * dbt-Version: _ cloud/core, version number_
25
+ * dbt-adapter-Version:
26
+
27
+ # Checklist:
28
+
29
+ - [ ] I have performed a self-review of my code
30
+ - [ ] I have commented my code, particularly in hard-to-understand areas
31
+ - [ ] I have made corresponding changes to the documentation or included information that needs updates (e.g. in the Wiki)
You can’t perform that action at this time.
0 commit comments