You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Report unexpected behavior or errors.
4
+
body:
5
+
- type: markdown
6
+
attributes:
7
+
value: |
8
+
Before opening a bug report, please search for the behavior in the existing issues.
9
+
10
+
---
11
+
- type: textarea
12
+
id: describe-problem
13
+
attributes:
14
+
label: Describe the problem
15
+
description:
16
+
Describe the issue you are experiencing. Provide a clear and concise description of what you were trying to do and what happened, including any error messages you encountered.
17
+
validations:
18
+
required: true
19
+
- type: input
20
+
id: library-version
21
+
attributes:
22
+
label: Library version
23
+
description:
24
+
Specify the version of the library you are using.
25
+
validations:
26
+
required: true
27
+
- type: input
28
+
id: powerbi-version
29
+
attributes:
30
+
label: Power BI version
31
+
description:
32
+
Specify the version of Power BI Desktop or Service you are using.
33
+
- type: textarea
34
+
id: steps-to-reproduce
35
+
attributes:
36
+
label: Steps to reproduce
37
+
description: List the steps to reproduce the issue.
38
+
placeholder: |
39
+
1. Go to '...'
40
+
2. Click on '...'
41
+
3. ...
42
+
4. See the error
43
+
- type: textarea
44
+
id: additional-context
45
+
attributes:
46
+
label: Additional context
47
+
description:
48
+
Add any other relevant context about the issue here.
49
+
- type: textarea
50
+
id: screenshots
51
+
attributes:
52
+
label: Screenshots
53
+
description: Add screenshots to help explain your problem, if applicable.
0 commit comments