mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-03 16:33:14 +00:00
53 lines
1.5 KiB
TOML
53 lines
1.5 KiB
TOML
[assign]
|
|
|
|
[assign.owners]
|
|
"*" = ["@Amanieu"]
|
|
|
|
[ping.windows]
|
|
message = """\
|
|
Hey Windows Group! This issue could use some guidance on how it can be resolved
|
|
on Windows platforms.
|
|
Could one of you weigh in please? In case it's useful, here are some
|
|
[instructions] for tackling these sorts of bugs.
|
|
Thanks!
|
|
|
|
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/windows.html
|
|
"""
|
|
|
|
[ping.arm]
|
|
message = """\
|
|
Hey Arm-interested people! This issue could use some guidance on how it can be
|
|
resolved on Arm platforms.
|
|
Could one of you weigh in please? In case it's useful, here are some
|
|
[instructions] for tackling these sorts of bugs.
|
|
Thanks!
|
|
|
|
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/arm.html
|
|
"""
|
|
|
|
[ping.risc-v]
|
|
message = """\
|
|
Hey RISC-V Group! This issue could use some guidance on how it can be resolved
|
|
on RISC-V platforms.
|
|
Could one of you weigh in please? In case it's useful, here are some
|
|
[instructions] for tackling these sorts of bugs.
|
|
Thanks!
|
|
|
|
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/risc-v.html
|
|
"""
|
|
|
|
[ping.fuchsia]
|
|
message = """\
|
|
Hey friends of Fuchsia! This issue could use some guidance on how this should be
|
|
resolved/implemented on Fuchsia. Could one of you weigh in please?
|
|
Thanks!
|
|
"""
|
|
|
|
[ping.apple]
|
|
alias = ["macos", "ios", "tvos", "watchos", "visionos"]
|
|
message = """\
|
|
Hey Apple Group! This issue or PR could use some Darwin-specific guidance. Could
|
|
one of you weigh in please?
|
|
Thanks!
|
|
"""
|