Skip to content

Commit 384c231

Browse files
added stack trace, removed additional params
1 parent 8093d66 commit 384c231

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,16 @@ body:
6363
```
6464
validations:
6565
required: false
66+
- type: textarea
67+
attributes:
68+
label: "Stack Trace"
69+
description: "Add your stack trace here. Please remove sensitive information."
70+
validations:
71+
required: false
6672
- type: textarea
6773
attributes:
6874
label: "Log File"
69-
description: "Add your log file or related error message. Again, please remove sensitive information."
75+
description: "Add your log file or related error message. Please remove sensitive information."
7076
value: |
7177
<details><summary>Log file</summary>
7278
...
@@ -103,9 +109,3 @@ body:
103109
description: "Please briefly state your timeline, e.g., Go-Live in 12 weeks."
104110
validations:
105111
required: false
106-
- type: textarea
107-
attributes:
108-
label: "Additional Context"
109-
description: "Add any other context about the problem here."
110-
validations:
111-
required: false

0 commit comments

Comments
 (0)