Skip to content

Commit 98ddd34

Browse files
authored
Merge pull request #334 from ojeda/templates
Mention Zulip in `README`
2 parents 5c65d82 + 7f26862 commit 98ddd34

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
blank_issues_enabled: true
2+
3+
contact_links:
4+
- name: General discussions, help, feedback, etc.
5+
url: https://github.com/Rust-for-Linux/linux/blob/rust/README.md
6+
about: Please use the mailing list or the Zulip chat.
7+
8+
- name: Report a security vulnerability
9+
url: https://www.kernel.org/doc/html/latest/admin-guide/security-bugs.html
10+
about: If the code is already in mainline, read this link.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The goal of this project is to add support for the Rust language to the Linux ke
44

55
Feel free to [contribute](https://github.com/Rust-for-Linux/linux/contribute)! To start, take a look at [`Documentation/rust`](https://github.com/Rust-for-Linux/linux/tree/rust/Documentation/rust).
66

7-
General discussions, announcements, questions, etc. take place on the mailing list at [email protected] ([subscribe](mailto:[email protected]?body=subscribe%20rust-for-linux), [instructions](http://vger.kernel.org/majordomo-info.html), [archive](https://lore.kernel.org/rust-for-linux/)).
7+
General discussions, announcements, questions, etc. take place on the mailing list at [email protected] ([subscribe](mailto:[email protected]?body=subscribe%20rust-for-linux), [instructions](http://vger.kernel.org/majordomo-info.html), [archive](https://lore.kernel.org/rust-for-linux/)). For chat, help, quick questions, informal discussion, etc. you may want to join our Zulip at https://rust-for-linux.zulipchat.com ([request an invitation](https://lore.kernel.org/rust-for-linux/CANiq72kW07hWjuc+dyvYH9NxyXoHsQLCtgvtR+8LT-VaoN1J_w@mail.gmail.com/T/)).
88

99
All contributors to this effort are understood to have agreed to the Linux kernel development process as explained in the different files under [`Documentation/process`](https://www.kernel.org/doc/html/latest/process/index.html).
1010

0 commit comments

Comments
 (0)