Commit Graph

4 Commits

Author SHA1 Message Date
konsti dfa1b958ac
Issue template: Please include the complete error message (#13451)
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.


![image](https://github.com/user-attachments/assets/45c72990-e068-4706-abb6-591962a865c6)
2025-05-15 07:36:08 -05:00
Bryan Lee 8d6d616791
Update issue templates to use `uv self version` command (#13370)
<!--
Thank you for contributing to uv! To help us out with reviewing, please
consider the following:

- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title?
- Does this pull request include references to any relevant issues?
-->

## Summary

<!-- What's the purpose of the change? What does it do, and why? -->

This PR updates the issue templates to recommend using the `uv self
version` command instead of `uv version` for retrieving uv's own version
information. The `uv version` command is intended to show the current
project's version (from pyproject.toml), not the uv tool version, which
leads to confusion when users try to report issues.

## Test Plan

<!-- How was it tested? -->
n/a
2025-05-09 16:41:24 -05:00
Zanie Blue 24c70240d5
Link to our MRE documentation in the issue template (#11045) 2025-01-28 23:09:04 -06:00
Zanie Blue ad2ef7331a
Add issue templates (#10786)
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
2025-01-21 11:25:07 -06:00