Skip to content

Commit 0a04dc4

Browse files
authored
Merge pull request #988 from ojeda/readme
GitHub config updates
2 parents 7bc8f84 + a23a3cf commit 0a04dc4

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ blank_issues_enabled: true
22

33
contact_links:
44
- name: Questions, 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.
5+
url: https://rust-for-linux.com/contact#zulip-chat
6+
about: Please use the Zulip chat.
77

8-
- name: 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.
8+
- name: Report a security bug
9+
url: https://docs.kernel.org/admin-guide/security-bugs.html
10+
about: Please read the "Security bugs" page in the kernel documentation.

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# Rust for Linux
22

3-
The goal of this project is to add support for the Rust language to the Linux kernel. This repository contains the work that will be eventually submitted for review to the LKML.
3+
Rust for Linux is the project adding support for the Rust language to the Linux kernel.
44

5-
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).
6-
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/)).
8-
9-
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).
10-
11-
<!-- XXX: Only for GitHub -- do not commit into mainline -->
5+
Please read https://rust-for-linux.com for information about the project and feel free to [contact us](https://rust-for-linux.com/contact) and/or to [contribute](https://rust-for-linux.com/contributing)!

0 commit comments

Comments
 (0)