Skip to content

Commit 60385dc

Browse files
authored
Merge pull request #2992 from zoefarrell/zf/update-bug-issue-template
Update bug issue template to include alternatives / workarounds
2 parents d6b35d0 + 0edf912 commit 60385dc

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: textarea
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)