We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b8229c + bbb4c4e commit 638ae24Copy full SHA for 638ae24
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -38,7 +38,7 @@ body:
38
attributes:
39
label: Example code
40
description: |
41
- If applicable, add a short code snippet to help explain and simplify reproduction of the problem.
+ Add a short code snippet to help explain and simplify reproduction of the problem.
42
Please refrain from adding screenshots of code, links to other projects or very long code examples.
43
A good code example should be runnable and contain no more code than is necessary to reproduce the bug.
44
placeholder: |
@@ -47,7 +47,7 @@ body:
47
Write your code here.
48
```
49
validations:
50
- required: false
+ required: true
51
- type: input
52
53
label: Fyne version
0 commit comments