Skip to content

Commit 7df75ac

Browse files
committed
restore original issue template
1 parent 2268275 commit 7df75ac

File tree

1 file changed

+30
-15
lines changed

1 file changed

+30
-15
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,36 @@ body:
66
attributes:
77
value: |
88
Please provide the following information.
9-
- type: textarea
10-
id: version-info
11-
attributes:
12-
label: Versions
13-
description: Output of ``zarr.print_debug_info()``. This will automatically be rendered as code, no need for backticks.
14-
render: shell
15-
placeholder: |
16-
platform: macOS-15.3-arm64-arm-64bit-Mach-O
17-
python: 3.13.2
18-
19-
zarr: 3.0.5
20-
21-
numcodecs: 0.15.1
22-
numpy: 2.2.3
23-
fsspec: 2025.3.0
9+
- type: input
10+
id: Zarr-version
11+
attributes:
12+
label: Zarr version
13+
description: Value of ``zarr.__version__``
14+
placeholder: v2.10.2, v2.11.3, v2.12.0, etc.
15+
validations:
16+
required: true
17+
- type: input
18+
id: Numcodecs-version
19+
attributes:
20+
label: Numcodecs version
21+
description: Value of ``numcodecs.__version__``
22+
placeholder: v0.8.1, v0.9.0, v0.10.0, etc.
23+
validations:
24+
required: true
25+
- type: input
26+
id: Python-version
27+
attributes:
28+
label: Python Version
29+
description: Version of Python interpreter
30+
placeholder: 3.10, 3.11, 3.12 etc.
31+
validations:
32+
required: true
33+
- type: input
34+
id: OS
35+
attributes:
36+
label: Operating System
37+
description: Operating System
38+
placeholder: (Linux/Windows/Mac)
2439
validations:
2540
required: true
2641
- type: input

0 commit comments

Comments
 (0)