-
Notifications
You must be signed in to change notification settings - Fork 317
wg-rustc-dev-guide.toml: reduce name varieties of the group #1963
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Either use the repo name or the full name, but not also the third form. Also, it being capitalized made it seem like a formal name, which it's not.
Dry-run check results
|
@@ -29,8 +29,8 @@ alumni = [ | |||
orgs = ["rust-lang"] | |||
|
|||
[website] | |||
name = "Rustc Dev Guide working area" | |||
description = "Making the compiler easier to learn by maintaining and improving the Rustc Dev Guide" | |||
name = "rustc-dev-guide working area" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The title I see on that website is "Rust Compiler Development Guide". Perhaps did you mean to use that? rustc-dev-guide
is (iiuc) the domain name so imo not very clear.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I went for the shorter name for the title to avoid it being too wordy, and added the formal name on the description
Either use the repo name or the full name, but not also the third form. Also, it being capitalized made it seem like a formal name, which it's not.
cc @BoxyUwU