Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ cases should be limited, as much as possible, to using only Foundry Compilers AP
See [How to create a Minimal, Complete, and Verifiable example][mcve].

[mcve]: https://stackoverflow.com/help/mcve

[template]: .github/PULL_REQUEST_TEMPLATE.md

### Triaging a Bug Report
Expand Down Expand Up @@ -120,6 +121,11 @@ commit signing. This option allows us to make small changes to your PR to bring
it in line with these standards. It helps us get your PR in faster, and with
less work from you.

### Contributions Related to Spelling and Grammar

At this time, we will not be accepting contributions that only fix spelling or grammatical errors in documentation, code
or elsewhere.

### Cargo Commands

This section lists some commonly needed commands.
Expand Down Expand Up @@ -304,5 +310,7 @@ the commit log, or by using an `Author: ` meta-data tag in the commit.
_Adapted from the [Tokio contributing guide]_.

[hiding-a-comment]: https://help.github.com/articles/managing-disruptive-comments/#hiding-a-comment

[documentation test]: https://doc.rust-lang.org/rustdoc/documentation-tests.html

[Tokio contributing guide]: https://github.com/tokio-rs/tokio/blob/master/CONTRIBUTING.md