File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -78,11 +78,11 @@ issues and writing documentation are just as important as writing code.
7878We can't fix bugs we don't know about, so good issues are super helpful! Here
7979are some tips for writing good issues:
8080
81- - If you find a bug, make sure it's still a problem on the ` main ` branch.
81+ - If you find a bug, make sure it's still a problem on the [ ` main ` branch] ( https://github.com/uutils/coreutils/releases/tag/latest-commit ) .
8282- Search through the existing issues to see whether it has already been
8383 reported.
8484- Make sure to include all relevant information, such as:
85- - Which version of uutils did you check?
85+ - Which version or commit hash of uutils did you check?
8686 - Which version of GNU coreutils are you comparing with?
8787 - What platform are you on?
8888- Provide a way to reliably reproduce the issue.
Original file line number Diff line number Diff line change @@ -29,8 +29,9 @@ options might be missing or different behavior might be experienced.
2929
3030<div class =" oranda-hide " >
3131
32- We provide prebuilt binaries at https://github.com/uutils/coreutils/releases/latest .
33- It is recommended to install from main branch if you install from source.
32+ We provide prebuilt binaries, manpages, and shell completions at https://github.com/uutils/coreutils/releases/tag/latest-commit .
33+ The latest stable tag https://github.com/uutils/coreutils/releases/latest exists only for reproducible products and packagers.
34+ You should use binary from latest commit generally.
3435
3536</div >
3637
You can’t perform that action at this time.
0 commit comments