Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.47 KB

CONTRIBUTING.md

File metadata and controls

40 lines (28 loc) · 1.47 KB

Contributing Guide

Contributions are absolutely welcome!

Contact Information

In order of likelihood that I will actionably receive your contact, my information is:

I am not active on any IRC channels at this time. I am on Discord in the Rust channel, so you may be able to reach me there, but I don’t know offhand how to give out Discord profile links. I have a very consistent username scheme and so anywhere you see my name, it’s probably me and I’ll probably respond to it.

Preconditions

Be able to make a Rust project compile.

Be comfortable using U+0009 CHARACTER TABULATION as your indentation setting. Please use just format or, if you do not have Just installed, cargo +nightly fmt -- --config-path rustfmt-nightly.toml before submitting a PR.

Contributing

If you have a patch you think is worth inspecting right away, opening a pull request without prelude is fine, although I would certainly appreciate an accompanying explanation of what the patch does and why.

If you have questions, bugs, suggestions, or other contributions of any kind that do not immediately touch the codebase, you can reach me informally to talk about them or open an issue.

I will do my best to respond to all contacts in a timely manner.