Skip to content

Commit 0aa0a54

Browse files
authored
Merge pull request #692 from pierwill/team-desc-gerunds
Use gerunds ("ing") in team descriptions
2 parents 01f69c6 + 6b9fd6d commit 0aa0a54

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

teams/compiler-contributors.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ extra-teams = ["compiler"]
4646
[website]
4747
name = "Compiler team contributors"
4848
repo = "http://github.com/rust-lang/compiler-team"
49-
description = "Folks who contribute to the Rust compiler on a regular basis"
49+
description = "Contributing to the Rust compiler on a regular basis"

teams/libs-contributors.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ orgs = ["rust-lang", "rust-lang-nursery"]
2626
[website]
2727
weight = -100
2828
name = "Library contributors"
29-
description = "Folks who contribute to the Rust standard library on a regular basis"
29+
description = "Contributing to the Rust standard library on a regular basis"

teams/miri.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bors.miri.review = true
1010

1111
[website]
1212
name = "Miri"
13-
description = "design and implementation of the Miri interpreter"
13+
description = "Designing and implementing the Miri interpreter"
1414
repo = "https://github.com/rust-lang/miri"
1515

1616
[[github]]

teams/wg-embedded-infra.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111

1212
[website]
1313
name = "Embedded infrastructure team"
14-
description = "This teams manages embedded-wg domains, DNS records, e-mails aliases, etc."
14+
description = "Managing wg-embedded domains, DNS records, e-mails aliases, etc."
1515

1616
[[github]]
1717
orgs = ["rust-embedded"]

teams/wg-incr-comp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ orgs = ["rust-lang"]
1111

1212
[website]
1313
name = "Incremental compilation working group"
14-
description = "Fixing bugs, adding features and improving incremental compilation in rustc"
14+
description = "Improving incremental compilation in rustc"
1515
repo = "https://rust-lang.github.io/compiler-team/working-groups/incr-comp/"
1616
zulip-stream = "t-compiler/wg-incr-comp"
1717

0 commit comments

Comments
 (0)