You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: A clear and concise description of what the bug is
11
+
validations:
12
+
required: true
13
+
14
+
- type: input
15
+
id: reproduce-code
16
+
attributes:
17
+
description: |
18
+
If possible, the best way to display an issue is by making a reproducable code snippet available at jsfiddle.
19
+
Create a dotnet fiddle which reproduces your issue. You can use [this template](https://p1k.se/sharpziplib-repro) or [create a new one](https://dotnetfiddle.net/).
20
+
placeholder: https://dotnetfiddle.net/r39r0c0d3
21
+
label: Reproduction Code
22
+
23
+
- type: textarea
24
+
id: reproduce-steps
25
+
attributes:
26
+
label: Steps to reproduce
27
+
description: Steps to reproduce the behavior
28
+
placeholder: |
29
+
1. Go to '...'
30
+
2. Click on '....'
31
+
3. Scroll down to '....'
32
+
4. See error
33
+
validations:
34
+
required: true
35
+
36
+
- id: expected
37
+
type: textarea
38
+
attributes:
39
+
label: Expected behavior
40
+
description: A clear and concise description of what you expected to happen.
41
+
validations:
42
+
required: true
43
+
44
+
- id: operating-system
45
+
type: dropdown
46
+
attributes:
47
+
label: Operating System
48
+
multiple: true
49
+
options:
50
+
- Windows
51
+
- macOS
52
+
- Linux
53
+
validations:
54
+
required: false
55
+
56
+
- id: framework
57
+
type: dropdown
58
+
attributes:
59
+
label: Framework Version
60
+
multiple: true
61
+
options:
62
+
- .NET 7
63
+
- .NET 6
64
+
- .NET 5
65
+
- .NET Core v3 and earlier
66
+
- .NET Framework 4.x
67
+
- Unity
68
+
- Other
69
+
validations:
70
+
required: false
71
+
72
+
- id: tags
73
+
type: dropdown
74
+
attributes:
75
+
label: Tags
76
+
description: What areas are your issue related to?
77
+
multiple: true
78
+
options:
79
+
- ZIP
80
+
- GZip
81
+
- Tar
82
+
- BZip2
83
+
- Encoding
84
+
- Encryption
85
+
- Documentation
86
+
- Async
87
+
- Performance
88
+
89
+
- type: textarea
90
+
attributes:
91
+
label: Additional context
92
+
description: Add any other context about the problem here.
0 commit comments