Skip to content

Commit 72dfd3d

Browse files
committed
Update bug issue tempalte to include alternatives or workarounds
1 parent d6b35d0 commit 72dfd3d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report_form.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ body:
3131
placeholder: "Example: >= 1.42.0, or 1.42.0 - 1.44.1"
3232
validations:
3333
required: false
34+
- type: input
35+
id: alternatives_workarounds
36+
attributes:
37+
label: Alternatives / Workarounds
38+
description: If you have found a workaround, please share what you did with others.
39+
placeholder: "Example: Use the API to update the field instead."
40+
validations:
41+
required: false
3442
- type: markdown
3543
attributes:
3644
value: |

0 commit comments

Comments
 (0)