Skip to content

Commit

Permalink
Auto merge of #482 - rectang:contribution-guidelines, r=jdm
Browse files Browse the repository at this point in the history
Add basic contfibution guidelines to README

In #453, @pmj proposed bare-bones contribution guidelines, which were received favorably by @jrmuizel. This pull request insert's @pmj's proposed text into the top-level README.
  • Loading branch information
bors-servo authored Mar 27, 2022
2 parents 29af672 + 7efb780 commit 0796658
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ Targets macOS 10.7 by default.
To enable features added in macOS 10.8, set Cargo feature `mac_os_10_8_features`. To have both 10.8 features and 10.7 compatibility, also set `mac_os_10_7_support`. Setting both requires weak linkage, which is a nightly-only feature as of Rust 1.19.

For more experimental but more complete, generated bindings take a look at https://github.com/michaelwu/RustKit.

## Contributing

If you wish to start contributing or even make a one-off change, simply submit a pull request with the code or documentation change and we'll go from there.

0 comments on commit 0796658

Please sign in to comment.