diff options
| author | Philipp Krones <hello@philkrones.com> | 2025-05-19 09:37:47 +0200 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2025-05-19 09:37:47 +0200 |
| commit | 7123f2acf7e1e85872f7c8dd15aebdd3f459ef12 (patch) | |
| tree | 2a0fd2c963dd12e1f4fee6f53edfd73b8c3a0c27 | |
| parent | 375c65030b4dc42b89ae9bf06af170b9d04f5f55 (diff) | |
| download | rust-7123f2acf7e1e85872f7c8dd15aebdd3f459ef12.tar.gz rust-7123f2acf7e1e85872f7c8dd15aebdd3f459ef12.zip | |
Docs: Use spaces in `good first issue` label
This unifies the Clippy repo with the rest of the rust org repos.
| -rw-r--r-- | CONTRIBUTING.md | 6 | ||||
| -rw-r--r-- | book/src/development/the_team.md | 2 | ||||
| -rw-r--r-- | triagebot.toml | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 45ba2f078be..72ab08792d3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,7 +51,7 @@ Clippy team directly by mentioning them in the issue or over on [Zulip]. All currently active team members can be found [here](https://github.com/rust-lang/rust-clippy/blob/master/triagebot.toml#L18) -Some issues are easier than others. The [`good-first-issue`] label can be used to find the easy +Some issues are easier than others. The [`good first issue`] label can be used to find the easy issues. You can use `@rustbot claim` to assign the issue to yourself. There are also some abandoned PRs, marked with [`S-inactive-closed`]. @@ -70,7 +70,7 @@ To figure out how this syntax structure is encoded in the AST, it is recommended Usually the lint will end up to be a nested series of matches and ifs, [like so][deep-nesting]. But we can make it nest-less by using [let chains], [like this][nest-less]. -[`E-medium`] issues are generally pretty easy too, though it's recommended you work on an [`good-first-issue`] +[`E-medium`] issues are generally pretty easy too, though it's recommended you work on an [`good first issue`] first. Sometimes they are only somewhat involved code wise, but not difficult per-se. Note that [`E-medium`] issues may require some knowledge of Clippy internals or some debugging to find the actual problem behind the issue. @@ -79,7 +79,7 @@ debugging to find the actual problem behind the issue. lot of methods that are useful, though one of the most useful would be `expr_ty` (gives the type of an AST expression). -[`good-first-issue`]: https://github.com/rust-lang/rust-clippy/labels/good-first-issue +[`good first issue`]: https://github.com/rust-lang/rust-clippy/labels/good%20first%20issue [`S-inactive-closed`]: https://github.com/rust-lang/rust-clippy/pulls?q=is%3Aclosed+label%3AS-inactive-closed [`T-AST`]: https://github.com/rust-lang/rust-clippy/labels/T-AST [`T-middle`]: https://github.com/rust-lang/rust-clippy/labels/T-middle diff --git a/book/src/development/the_team.md b/book/src/development/the_team.md index da5d084ed97..d2212323186 100644 --- a/book/src/development/the_team.md +++ b/book/src/development/the_team.md @@ -33,7 +33,7 @@ this group to help with triaging, which can include: 1. **Labeling issues** - For the `good-first-issue` label, it can still be good to use `@rustbot` to + For the `good first issue` label, it can still be good to use `@rustbot` to subscribe to the issue and help interested parties, if they post questions in the comments. diff --git a/triagebot.toml b/triagebot.toml index eb2f9f9dd61..389f22c6a2c 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1,7 +1,7 @@ [relabel] allow-unauthenticated = [ "A-*", "C-*", "E-*", "I-*", "L-*", "P-*", "S-*", "T-*", - "good-first-issue", "beta-nominated" + "good first issue", "beta-nominated" ] # Allows shortcuts like `@rustbot ready` |
