mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-05 03:18:01 +00:00

## What - Adds PR and Issue templates. ## Meta What do you think about vendoring some of the general things from ruff and other repos into a `.github` repo. This way one change against a "generalized template" or config would propagate to all repos in the org. Mainly thinking about issue/pr templates and other common [community health files](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file) ([example](https://github.com/litestar-org/.github))
10 lines
412 B
Markdown
10 lines
412 B
Markdown
<!--
|
|
Thank you for taking the time to report an issue! We're glad to have you involved with uv.
|
|
|
|
If you're filing a bug report, please consider including the following information:
|
|
|
|
* A minimal code snippet that reproduces the bug.
|
|
* The command you invoked (e.g., `uv pip sync requirements.txt`), ideally including the `--verbose` flag.
|
|
* The current uv platform.
|
|
* The current uv version (`uv --version`).
|
|
-->
|