about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-07-29 02:06:07 +0900
committerGitHub <noreply@github.com>2020-07-28 19:06:07 +0200
commit01c4ec6593b26ffc8b8ab4d849fe63bb661f9bb3 (patch)
tree6911a4f1f656f6ed0d5f1ebcb20152da28a58151 /src/doc/rustc-dev-guide
parent1488e6b613de678ad709dad233a0c93e5b42cdbe (diff)
downloadrust-01c4ec6593b26ffc8b8ab4d849fe63bb661f9bb3.tar.gz
rust-01c4ec6593b26ffc8b8ab4d849fe63bb661f9bb3.zip
Add RISC-V notification group instructions (#814)
* Clean-up notification groups instructions

* Add RISC-V notification group instructions

* Re-order summary of notification groups

* Add a list of the notification groups

* Apply review suggestion
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/SUMMARY.md5
-rw-r--r--src/doc/rustc-dev-guide/src/notification-groups/about.md12
-rw-r--r--src/doc/rustc-dev-guide/src/notification-groups/arm.md7
-rw-r--r--src/doc/rustc-dev-guide/src/notification-groups/risc-v.md22
-rw-r--r--src/doc/rustc-dev-guide/src/notification-groups/windows.md7
5 files changed, 43 insertions, 10 deletions
diff --git a/src/doc/rustc-dev-guide/src/SUMMARY.md b/src/doc/rustc-dev-guide/src/SUMMARY.md
index b856afe74c4..db2155cb8fe 100644
--- a/src/doc/rustc-dev-guide/src/SUMMARY.md
+++ b/src/doc/rustc-dev-guide/src/SUMMARY.md
@@ -37,10 +37,11 @@
 - [Stabilizing Features](./stabilization_guide.md)
 - [Coding conventions](./conventions.md)
 - [Notification groups](notification-groups/about.md)
-    - ["Cleanup Crew"](notification-groups/cleanup-crew.md)
+    - [ARM](notification-groups/arm.md)
+    - [Cleanup Crew](notification-groups/cleanup-crew.md)
     - [LLVM](notification-groups/llvm.md)
+    - [RISC-V](notification-groups/risc-v.md)
     - [Windows](notification-groups/windows.md)
-    - [ARM](notification-groups/arm.md)
 - [Licenses](./licenses.md)
 
 # High-level Compiler Architecture
diff --git a/src/doc/rustc-dev-guide/src/notification-groups/about.md b/src/doc/rustc-dev-guide/src/notification-groups/about.md
index 02ceb92713f..260c59c24c4 100644
--- a/src/doc/rustc-dev-guide/src/notification-groups/about.md
+++ b/src/doc/rustc-dev-guide/src/notification-groups/about.md
@@ -16,6 +16,15 @@ search for existing issues that haven't been claimed yet.
 
 [claim the issue]: https://github.com/rust-lang/triagebot/wiki/Assignment
 
+## List of notification groups
+
+Here's the list of the notification groups:
+- [ARM](./arm.md)
+- [Cleanup Crew](./cleanup-crew.md)
+- [LLVM](./llvm.md)
+- [RISC-V](./risc-v.md)
+- [Windows](./windows.md)
+
 ## What issues are a good fit for notification groups?
 
 Notification groups tend to get pinged on **isolated** bugs,
@@ -48,10 +57,11 @@ cargo run add-person $your_user_name
 
 Example PRs:
 
+* [Example of adding yourself to the ARM group.](https://github.com/rust-lang/team/pull/358)
 * [Example of adding yourself to the Cleanup Crew.](https://github.com/rust-lang/team/pull/221)
 * [Example of adding yourself to the LLVM group.](https://github.com/rust-lang/team/pull/140)
+* [Example of adding yourself to the RISC-V group.](https://github.com/rust-lang/team/pull/394)
 * [Example of adding yourself to the Windows group.](https://github.com/rust-lang/team/pull/348)
-* [Example of adding yourself to the ARM group.](https://github.com/rust-lang/team/pull/358)
 
 ## Tagging an issue for a notification group
 
diff --git a/src/doc/rustc-dev-guide/src/notification-groups/arm.md b/src/doc/rustc-dev-guide/src/notification-groups/arm.md
index 0b0d21776aa..4514f8ef398 100644
--- a/src/doc/rustc-dev-guide/src/notification-groups/arm.md
+++ b/src/doc/rustc-dev-guide/src/notification-groups/arm.md
@@ -8,16 +8,15 @@ This list will be used to ask for help both in diagnosing and testing
 ARM-related issues as well as suggestions on how to resolve
 interesting questions regarding our ARM support.
 
-The group also has an associated Zulip stream (`#t-compiler/arm`)
+The group also has an associated Zulip stream ([`#t-compiler/arm`])
 where people can go to pose questions and discuss ARM-specific
 topics.
 
 So, if you are interested in participating, please sign up for the
-ARM group! To do so, you open a PR against the [rust-lang/team]
+ARM group! To do so, open a PR against the [rust-lang/team]
 repository. Just [follow this example][eg], but change the username to
 your own!
 
+[`#t-compiler/arm`]: https://rust-lang.zulipchat.com/#narrow/stream/242906-t-compiler.2Farm
 [rust-lang/team]: https://github.com/rust-lang/team
 [eg]: https://github.com/rust-lang/team/pull/358
-[#72569]: https://github.com/rust-lang/rust/pull/72569
-[#29520]: https://github.com/rust-lang/rust/pull/29520
diff --git a/src/doc/rustc-dev-guide/src/notification-groups/risc-v.md b/src/doc/rustc-dev-guide/src/notification-groups/risc-v.md
new file mode 100644
index 00000000000..15ce1cfc6e6
--- /dev/null
+++ b/src/doc/rustc-dev-guide/src/notification-groups/risc-v.md
@@ -0,0 +1,22 @@
+# RISC-V notification group
+
+**Github Label:** [O-riscv]
+
+[O-riscv]: https://github.com/rust-lang/rust/labels/O-riscv
+
+This list will be used to ask for help both in diagnosing and testing
+RISC-V-related issues as well as suggestions on how to resolve
+interesting questions regarding our RISC-V support.
+
+The group also has an associated Zulip stream ([`#t-compiler/risc-v`])
+where people can go to pose questions and discuss RISC-V-specific
+topics.
+
+So, if you are interested in participating, please sign up for the
+RISC-V group! To do so, open a PR against the [rust-lang/team]
+repository. Just [follow this example][eg], but change the username to
+your own!
+
+[`#t-compiler/risc-v`]: https://rust-lang.zulipchat.com/#narrow/stream/250483-t-compiler.2Frisc-v
+[rust-lang/team]: https://github.com/rust-lang/team
+[eg]: https://github.com/rust-lang/team/pull/394
diff --git a/src/doc/rustc-dev-guide/src/notification-groups/windows.md b/src/doc/rustc-dev-guide/src/notification-groups/windows.md
index 328ee64806f..0483babd830 100644
--- a/src/doc/rustc-dev-guide/src/notification-groups/windows.md
+++ b/src/doc/rustc-dev-guide/src/notification-groups/windows.md
@@ -8,7 +8,7 @@ This list will be used to ask for help both in diagnosing and testing
 Windows-related issues as well as suggestions on how to resolve
 interesting questions regarding our Windows support.
 
-The group also has an associated Zulip stream (`#t-compiler/windows`)
+The group also has an associated Zulip stream ([`#t-compiler/windows`])
 where people can go to pose questions and discuss Windows-specific
 topics.
 
@@ -18,13 +18,14 @@ the group for advice in determining the best course of action:
 
 * Which versions of MinGW should we support?
 * Should we remove the legacy InnoSetup GUI installer? [#72569]
-* What names should we use for static libraries on Windows? [#29520] 
+* What names should we use for static libraries on Windows? [#29520]
 
 So, if you are interested in participating, please sign up for the
-Windows group! To do so, you open a PR against the [rust-lang/team]
+Windows group! To do so, open a PR against the [rust-lang/team]
 repository. Just [follow this example][eg], but change the username to
 your own!
 
+[`#t-compiler/windows`]: https://rust-lang.zulipchat.com/#streams/242869/t-compiler.2Fwindows
 [rust-lang/team]: https://github.com/rust-lang/team
 [eg]: https://github.com/rust-lang/team/pull/348/
 [#72569]: https://github.com/rust-lang/rust/pull/72569