ad2ef7331a
Demo at https://github.com/zanieb/uv/issues I think the next steps are to - Move the "Build failures" document to a dedicated "Troubleshooting" section - Add more documentation on how to create an MRE - Add more troubleshooting pages
24 lines
785 B
YAML
24 lines
785 B
YAML
name: Feature request
|
|
description: Suggest a new feature or improvement
|
|
labels: ["enhancement"]
|
|
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 what new feature or behavior you would like to see. If applicable, please describe the current behavior as well.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Example
|
|
description: Provide an example of how the user experience would change or how the new feature would be used.
|
|
validations:
|
|
required: false
|