uv icon indicating copy to clipboard operation
uv copied to clipboard

Feedback on "Before posting in the issue tracker"

Open zanieb opened this issue 1 year ago • 8 comments

Hey! We're giving https://github.com/astral-sh/uv/issues/9452 a try to help guide people towards common issues and set expectations for interactions in the issue tracker.

That issue is locked to avoid distracting commentary, but feedback is very welcome!

zanieb avatar Nov 26 '24 21:11 zanieb

Minor typo in <details> bock that should be <details> block

You might want to mention not to take screenshots and that copy/pasting out of the terminal is more helpful. I manage a ML library where people send screenshots and it's no fun at all 😓

cthoyt avatar Nov 26 '24 22:11 cthoyt

Thanks @cthoyt! I fixed that, and I'll expand the note on screenshots.

zanieb avatar Nov 26 '24 22:11 zanieb

Note to self, we should also cover "Confirming that an issue is a problem with uv" by suggesting

  • python -m build for build failures
  • python -m pip install --use-pep517 --no-cache --force-reinstall for install failures

zanieb avatar Nov 26 '24 23:11 zanieb

Although it might not be directly related to this issue, have you considered mentioning #9452 in the issue template? For example, like this:

  • [x] I have read #9452
  • [x] What uv version is being used?
  • [x] Can issue be reproduced in the latest uv version?
  • [x] What is the operating system?
  • [x] What command did you run?
  • [x] What is the output of the command with the --verbose flag?
  • [x] Is there a minimal reproduction of the problem?

FishAlchemist avatar Nov 27 '24 02:11 FishAlchemist

UV has auto-completion, so is it necessary to mention the text editor being used?

FishAlchemist avatar Nov 27 '24 02:11 FishAlchemist

(Minor) There's a double "and" in the phrase help diagnose your issue and and in #9452.

drmikehenry avatar Nov 27 '24 21:11 drmikehenry

(Minor) There's a double "and" in the phrase help diagnose your issue and and in #9452.

Thank you! Fixed.

zanieb avatar Nov 27 '24 23:11 zanieb

A helpful tip that we can include is to add the sort:relevance qualifier when searching for existing issues. This drastically improves the search results in my experience.

weihenglim avatar Dec 16 '24 06:12 weihenglim

Are we possible to prevent using echo to print environment variables? Because echo can print both environment variables and shell variables in the same way, as shown in the figure below. Image I suggest using printenv instead of echo to display environment variables. https://www.man7.org/linux/man-pages/man1/printenv.1.html

FishAlchemist avatar Dec 25 '24 09:12 FishAlchemist

Turn on GH Discussions to differentiate discussions from true issues. refs: https://github.com/astral-sh/uv/issues/11685

rsyring avatar May 23 '25 00:05 rsyring