File tree 5 files changed +43
-10
lines changed
5 files changed +43
-10
lines changed Original file line number Diff line number Diff line change 37
37
- [ Stabilizing Features] ( ./stabilization_guide.md )
38
38
- [ Coding conventions] ( ./conventions.md )
39
39
- [ Notification groups] ( notification-groups/about.md )
40
- - [ "Cleanup Crew"] ( notification-groups/cleanup-crew.md )
40
+ - [ ARM] ( notification-groups/arm.md )
41
+ - [ Cleanup Crew] ( notification-groups/cleanup-crew.md )
41
42
- [ LLVM] ( notification-groups/llvm.md )
43
+ - [ RISC-V] ( notification-groups/risc-v.md )
42
44
- [ Windows] ( notification-groups/windows.md )
43
- - [ ARM] ( notification-groups/arm.md )
44
45
- [ Licenses] ( ./licenses.md )
45
46
46
47
# High-level Compiler Architecture
Original file line number Diff line number Diff line change @@ -16,6 +16,15 @@ search for existing issues that haven't been claimed yet.
16
16
17
17
[ claim the issue ] : https://github.com/rust-lang/triagebot/wiki/Assignment
18
18
19
+ ## List of notification groups
20
+
21
+ Here's the list of the notification groups:
22
+ - [ ARM] ( ./arm.md )
23
+ - [ Cleanup Crew] ( ./cleanup-crew.md )
24
+ - [ LLVM] ( ./llvm.md )
25
+ - [ RISC-V] ( ./risc-v.md )
26
+ - [ Windows] ( ./windows.md )
27
+
19
28
## What issues are a good fit for notification groups?
20
29
21
30
Notification groups tend to get pinged on ** isolated** bugs,
@@ -48,10 +57,11 @@ cargo run add-person $your_user_name
48
57
49
58
Example PRs:
50
59
60
+ * [ Example of adding yourself to the ARM group.] ( https://github.com/rust-lang/team/pull/358 )
51
61
* [ Example of adding yourself to the Cleanup Crew.] ( https://github.com/rust-lang/team/pull/221 )
52
62
* [ Example of adding yourself to the LLVM group.] ( https://github.com/rust-lang/team/pull/140 )
63
+ * [ Example of adding yourself to the RISC-V group.] ( https://github.com/rust-lang/team/pull/394 )
53
64
* [ Example of adding yourself to the Windows group.] ( https://github.com/rust-lang/team/pull/348 )
54
- * [ Example of adding yourself to the ARM group.] ( https://github.com/rust-lang/team/pull/358 )
55
65
56
66
## Tagging an issue for a notification group
57
67
Original file line number Diff line number Diff line change @@ -8,16 +8,15 @@ This list will be used to ask for help both in diagnosing and testing
8
8
ARM-related issues as well as suggestions on how to resolve
9
9
interesting questions regarding our ARM support.
10
10
11
- The group also has an associated Zulip stream (` #t-compiler/arm ` )
11
+ The group also has an associated Zulip stream ([ ` #t-compiler/arm ` ] )
12
12
where people can go to pose questions and discuss ARM-specific
13
13
topics.
14
14
15
15
So, if you are interested in participating, please sign up for the
16
- ARM group! To do so, you open a PR against the [ rust-lang/team]
16
+ ARM group! To do so, open a PR against the [ rust-lang/team]
17
17
repository. Just [ follow this example] [ eg ] , but change the username to
18
18
your own!
19
19
20
+ [ `#t-compiler/arm` ] : https://rust-lang.zulipchat.com/#narrow/stream/242906-t-compiler.2Farm
20
21
[ rust-lang/team ] : https://github.com/rust-lang/team
21
22
[ eg ] : https://github.com/rust-lang/team/pull/358
22
- [ #72569 ] : https://github.com/rust-lang/rust/pull/72569
23
- [ #29520 ] : https://github.com/rust-lang/rust/pull/29520
Original file line number Diff line number Diff line change
1
+ # RISC-V notification group
2
+
3
+ ** Github Label:** [ O-riscv]
4
+
5
+ [ O-riscv ] : https://github.com/rust-lang/rust/labels/O-riscv
6
+
7
+ This list will be used to ask for help both in diagnosing and testing
8
+ RISC-V-related issues as well as suggestions on how to resolve
9
+ interesting questions regarding our RISC-V support.
10
+
11
+ The group also has an associated Zulip stream ([ ` #t-compiler/risc-v ` ] )
12
+ where people can go to pose questions and discuss RISC-V-specific
13
+ topics.
14
+
15
+ So, if you are interested in participating, please sign up for the
16
+ RISC-V group! To do so, open a PR against the [ rust-lang/team]
17
+ repository. Just [ follow this example] [ eg ] , but change the username to
18
+ your own!
19
+
20
+ [ `#t-compiler/risc-v` ] : https://rust-lang.zulipchat.com/#narrow/stream/250483-t-compiler.2Frisc-v
21
+ [ rust-lang/team ] : https://github.com/rust-lang/team
22
+ [ eg ] : https://github.com/rust-lang/team/pull/394
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This list will be used to ask for help both in diagnosing and testing
8
8
Windows-related issues as well as suggestions on how to resolve
9
9
interesting questions regarding our Windows support.
10
10
11
- The group also has an associated Zulip stream (` #t-compiler/windows ` )
11
+ The group also has an associated Zulip stream ([ ` #t-compiler/windows ` ] )
12
12
where people can go to pose questions and discuss Windows-specific
13
13
topics.
14
14
@@ -18,13 +18,14 @@ the group for advice in determining the best course of action:
18
18
19
19
* Which versions of MinGW should we support?
20
20
* Should we remove the legacy InnoSetup GUI installer? [ #72569 ]
21
- * What names should we use for static libraries on Windows? [ #29520 ]
21
+ * What names should we use for static libraries on Windows? [ #29520 ]
22
22
23
23
So, if you are interested in participating, please sign up for the
24
- Windows group! To do so, you open a PR against the [ rust-lang/team]
24
+ Windows group! To do so, open a PR against the [ rust-lang/team]
25
25
repository. Just [ follow this example] [ eg ] , but change the username to
26
26
your own!
27
27
28
+ [ `#t-compiler/windows` ] : https://rust-lang.zulipchat.com/#streams/242869/t-compiler.2Fwindows
28
29
[ rust-lang/team ] : https://github.com/rust-lang/team
29
30
[ eg ] : https://github.com/rust-lang/team/pull/348/
30
31
[ #72569 ] : https://github.com/rust-lang/rust/pull/72569
You can’t perform that action at this time.
0 commit comments