We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6b35d0 + 0edf912 commit 60385dcCopy full SHA for 60385dc
.github/ISSUE_TEMPLATE/bug_report_form.yml
@@ -31,6 +31,14 @@ body:
31
placeholder: "Example: >= 1.42.0, or 1.42.0 - 1.44.1"
32
validations:
33
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
42
- type: markdown
43
attributes:
44
value: |
0 commit comments