Skip to content

Commit b53c260

Browse files
committed
corret example link + not uv specific
1 parent 47800aa commit b53c260

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,14 @@ body:
5757
id: reproduce
5858
attributes:
5959
label: Steps to reproduce
60-
description: Minimal, reproducible code sample. Must list dependencies per [PEP-723](https://peps.python.org/pep-0723/#example). When put in a file named `issue.py` calling `uv run issue.py` should show the issue.
60+
description: Minimal, reproducible code sample. Must list dependencies in [inline script metadata](https://packaging.python.org/en/latest/specifications/inline-script-metadata/#example). When put in a file named `issue.py` calling `uv run issue.py` should show the issue.
6161
value: |
6262
```python
6363
# /// script
6464
# requires-python = ">=3.11"
6565
# dependencies = [
66-
# "zarr",
66+
# "zarr@git+https://github.com/zarr-developers/zarr-python.git@main",
6767
# ]
68-
# [tool.uv.sources]
69-
# zarr = { git = "https://github.com/zarr-developers/zarr-python" }
7068
# ///
7169
#
7270
# This script automatically imports the development branch of zarr to check for issues

0 commit comments

Comments
 (0)