linebender / druid

A data-first Rust-native UI design toolkit.
https://linebender.org/druid/
Apache License 2.0
9.45k stars 569 forks source link

Add info about symbolic links to `CONTRIBUTING.md`. #2349

Closed xStrom closed 1 year ago

xStrom commented 1 year ago

I figured out what was happening with v0.8.0 getting a bad README.md on crates.io. Turns out that git on Windows by default disables symbolic link support. I have now manually enabled it and tested with a test crate that publishing symlinks works as expected.

In this PR I delete the temporary copy of README.md and re-introduce the symlink. I also added a new section to CONTRIBUTING.md to help prevent this issue in the future.