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.
1 parent 302690d commit 3e118b2Copy full SHA for 3e118b2
.github/ISSUE_TEMPLATE/1_bug.yml
@@ -44,25 +44,6 @@ body:
44
description: Please tell us what is actually happening.
45
validations:
46
required: true
47
- - type: textarea
48
- attributes:
49
- label: Code sample
50
- description: |
51
- Please create a minimal reproducible sample that shows the problem
52
- and attach it below between the lines with the backticks.
53
-
54
- Alternatively, you can use https://dartpad.dev/ or create a public GitHub
55
- repository to share your sample.
56
- value: |
57
- <details><summary>Code sample</summary>
58
59
- ```dart
60
- [Paste your code here]
61
- ```
62
63
- </details>
64
- validations:
65
- required: false
66
- type: textarea
67
attributes:
68
label: Additional Context
0 commit comments