Skip to content

Commit 3e118b2

Browse files
committed
chore(github): remove 'Code sample' text area input from bug report template
1 parent 302690d commit 3e118b2

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/ISSUE_TEMPLATE/1_bug.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -44,25 +44,6 @@ body:
4444
description: Please tell us what is actually happening.
4545
validations:
4646
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
6647
- type: textarea
6748
attributes:
6849
label: Additional Context

0 commit comments

Comments
 (0)