File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[assign .owners ]
4
4
"*" = [" @Amanieu" ]
5
+
6
+ [ping .windows ]
7
+ message = """ \
8
+ Hey Windows Group! This issue could use some guidance on how it can be resolved
9
+ on Windows platforms.
10
+ Could one of you weigh in please? In case it's useful, here are some
11
+ [instructions] for tackling these sorts of bugs.
12
+ Thanks!
13
+
14
+ [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/windows.html
15
+ """
16
+
17
+ [ping .arm ]
18
+ message = """ \
19
+ Hey Arm-interested people! This issue could use some guidance on how it can be
20
+ resolved on Arm platforms.
21
+ Could one of you weigh in please? In case it's useful, here are some
22
+ [instructions] for tackling these sorts of bugs.
23
+ Thanks!
24
+
25
+ [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/arm.html
26
+ """
27
+
28
+ [ping .risc-v ]
29
+ message = """ \
30
+ Hey RISC-V Group! This issue could use some guidance on how it can be resolved
31
+ on RISC-V platforms.
32
+ Could one of you weigh in please? In case it's useful, here are some
33
+ [instructions] for tackling these sorts of bugs.
34
+ Thanks!
35
+
36
+ [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/risc-v.html
37
+ """
38
+
39
+ [ping .fuchsia ]
40
+ message = """ \
41
+ Hey friends of Fuchsia! This issue could use some guidance on how this should be
42
+ resolved/implemented on Fuchsia. Could one of you weigh in please?
43
+ Thanks!
44
+ """
45
+
46
+ [ping .macos ]
47
+ message = """ \
48
+ Hey MacOS Group! This issue or PR could use some MacOS-specific guidance. Could
49
+ one of you weigh in please?
50
+ Thanks!
51
+ """
52
+
You can’t perform that action at this time.
0 commit comments