Skip to content

Commit 53281e5

Browse files
Update issue templates (#1)
First commit of issue templates for the dbt-fusion repository. Contains * Bug Report Template * Feature Request Template
1 parent 39a976f commit 53281e5

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: dbt Fusion Engine Bug Report
3+
about: File a bug to help us improve dbt Fusion.
4+
title: "[BUG]"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**What version of dbt Fusion is this bug in? (find out by running `dbt --version`)**
14+
15+
**Is this a discrepancy between the dbt Fusion Engine and dbt Core? Check one.**
16+
- [] YES
17+
- [] NO
18+
19+
**To Reproduce**
20+
Please submit one of the following
21+
* A minimal YML snippet which reproduces the behavior
22+
* A minimal dbt project which reproduces the behavior
23+
* A description so detailed that the issue can be easily reproduced
24+
25+
**Expected behavior**
26+
A clear and concise description of what you expected to happen.
27+
28+
**Screenshots**
29+
If applicable, add screenshots to help explain your problem.
30+
31+
** Operating System and CPU Type (please complete the following information):**
32+
* Mac/Windows/Linux?
33+
* X86 or ARM?
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: dbt Fusion Engine Feature Request
3+
about: Suggest an idea for this project
4+
title: "[FEAT]"
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Is your feature request related to a particular component of the dbt Fusion Engine**
14+
- [] CLI Features
15+
- [] Adapter or Database Driver Features
16+
- [] SQL Understanding Features
17+
18+
**Describe the solution you'd like**
19+
A clear and concise description of what you want to happen.
20+
21+
**Describe alternatives you've considered**
22+
A clear and concise description of any alternative solutions or features you've considered.
23+
24+
**Additional context**
25+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)