diff options
| author | flip1995 <hello@philkrones.com> | 2020-12-06 15:01:03 +0100 |
|---|---|---|
| committer | flip1995 <hello@philkrones.com> | 2020-12-06 15:01:03 +0100 |
| commit | 8eca423ea13bb0612df4b8f2c20c5228f54d0c2d (patch) | |
| tree | 0ce57b739761262392615e9c868cf8bbe25d1153 /CONTRIBUTING.md | |
| parent | 3be53bc45ae6e8786c9fe1e6d776fc4ec4c6af7b (diff) | |
| download | rust-8eca423ea13bb0612df4b8f2c20c5228f54d0c2d.tar.gz rust-8eca423ea13bb0612df4b8f2c20c5228f54d0c2d.zip | |
Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a8e2123656e..f8c26e2d456 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,11 +14,16 @@ All contributors are expected to follow the [Rust Code of Conduct]. - [Contributing to Clippy](#contributing-to-clippy) - [Getting started](#getting-started) + - [High level approach](#high-level-approach) - [Finding something to fix/improve](#finding-something-to-fiximprove) - [Writing code](#writing-code) - [Getting code-completion for rustc internals to work](#getting-code-completion-for-rustc-internals-to-work) - [How Clippy works](#how-clippy-works) - [Fixing build failures caused by Rust](#fixing-build-failures-caused-by-rust) + - [Patching git-subtree to work with big repos](#patching-git-subtree-to-work-with-big-repos) + - [Performing the sync](#performing-the-sync) + - [Syncing back changes in Clippy to [`rust-lang/rust`]](#syncing-back-changes-in-clippy-to-rust-langrust) + - [Defining remotes](#defining-remotes) - [Issue and PR triage](#issue-and-pr-triage) - [Bors and Homu](#bors-and-homu) - [Contributions](#contributions) @@ -320,8 +325,8 @@ commands [here][homu_instructions]. [l-crash]: https://github.com/rust-lang/rust-clippy/labels/L-crash [l-bug]: https://github.com/rust-lang/rust-clippy/labels/L-bug [homu]: https://github.com/rust-lang/homu -[homu_instructions]: https://buildbot2.rust-lang.org/homu/ -[homu_queue]: https://buildbot2.rust-lang.org/homu/queue/clippy +[homu_instructions]: https://bors.rust-lang.org/ +[homu_queue]: https://bors.rust-lang.org/queue/clippy ## Contributions |
