mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Merge pull request #6776 from vikiminki/contributemd
CONTRIBUTE.md: Update broken link and formatting of link
This commit is contained in:
commit
3564b5c41f
1 changed files with 3 additions and 4 deletions
|
@ -204,8 +204,8 @@ To ensure easy collaboration, we have guidelines for using Git and GitHub.
|
||||||
|
|
||||||
### Commit messages
|
### Commit messages
|
||||||
|
|
||||||
You can read this section in the Git book to learn how to write good commit
|
You can read [this section in the Git book](https://git-scm.com/book/ms/v2/Distributed-Git-Contributing-to-a-Project) to learn how to write good commit
|
||||||
messages: https://git-scm.com/book/ch5-2.html.
|
messages.
|
||||||
|
|
||||||
In addition, here are a few examples for a summary line when committing to
|
In addition, here are a few examples for a summary line when committing to
|
||||||
uutils:
|
uutils:
|
||||||
|
@ -257,8 +257,7 @@ CI. However, you can use `#[cfg(...)]` attributes to create platform dependent
|
||||||
features.
|
features.
|
||||||
|
|
||||||
**Tip:** For Windows, Microsoft provides some images (VMWare, Hyper-V,
|
**Tip:** For Windows, Microsoft provides some images (VMWare, Hyper-V,
|
||||||
VirtualBox and Parallels) for development:
|
VirtualBox and Parallels) for development [here](https://developer.microsoft.com/windows/downloads/virtual-machines/).
|
||||||
<https://developer.microsoft.com/windows/downloads/virtual-machines/>
|
|
||||||
|
|
||||||
## Improving the GNU compatibility
|
## Improving the GNU compatibility
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue