Skip to content

Add RISC-V notification group instructions #814

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

Merged
merged 5 commits into from
Jul 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 11 additions & 1 deletion src/notification-groups/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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

Expand Down
7 changes: 3 additions & 4 deletions src/notification-groups/arm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
22 changes: 22 additions & 0 deletions src/notification-groups/risc-v.md
Original file line number Diff line number Diff line change
@@ -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
7 changes: 4 additions & 3 deletions src/notification-groups/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down