dfa1b958ac
We're getting a number of user reports where we could have helped if we were just seeing the full error message. If we're not getting an MRE, we should at least urge users to copy the _full_ error they see on screen. 
44 lines
1.4 KiB
YAML
44 lines
1.4 KiB
YAML
name: Bug report
|
|
description: Report an error or unexpected behavior
|
|
labels: ["bug"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
**Please review [our guide on interacting with the issue tracker](https://github.com/astral-sh/uv/issues/9452) before opening a new issue.**
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Summary
|
|
description: |
|
|
A clear and concise description of the bug, including [a minimal reproducible example](https://docs.astral.sh/uv/reference/troubleshooting/reproducible-examples/).
|
|
If we cannot reproduce the bug, it is unlikely that we will be able to help you.
|
|
|
|
Please include the full output of uv with the complete error message.
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
attributes:
|
|
label: Platform
|
|
description: What operating system and architecture are you using? (see `uname -orsm`)
|
|
placeholder: e.g., macOS 14 arm64, Windows 11 x86_64, Ubuntu 20.04 amd64
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
attributes:
|
|
label: Version
|
|
description: What version of uv are you using? (see `uv self version`)
|
|
placeholder: e.g., uv 0.5.20 (1c17662b3 2025-01-15)
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
attributes:
|
|
label: Python version
|
|
description: What version of Python are you using? (see `uv run python --version`)
|
|
placeholder: e.g., Python 3.12.6
|
|
validations:
|
|
required: false
|