From c61575815a881c9773d365fb730890b1bb6e66b4 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Mon, 6 Feb 2023 13:09:59 -0600 Subject: [PATCH 1/4] Create CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..e3708bc --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,3 @@ +# The Rust Code of Conduct + +The Code of Conduct for this repository [can be found online](https://www.rust-lang.org/conduct.html). From db0b22243e7ce988c1db5bf96ffb91c7ecefe0c5 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Mon, 6 Feb 2023 13:11:12 -0600 Subject: [PATCH 2/4] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..aa91173 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Rust | .github +Community health files for the [@rust-lang](https://github.com/rust-lang) organization From 39c83725227de35ecfcff0e7211362ea5ce6ab44 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Mon, 6 Feb 2023 13:13:46 -0600 Subject: [PATCH 3/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa91173..63e851d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# Rust | .github -Community health files for the [@rust-lang](https://github.com/rust-lang) organization +# Rust | Community Health Files +This repository contains the default [community health files](https://help.github.com/en/github/building-a-strong-community/creating-a-default-community-health-file) for the [`@rust-lang`](https://github.com/rust-lang) organization From 2e78dfc7db5b2269e4f2bc640d7849d3d7ab64ff Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Mon, 6 Feb 2023 13:24:01 -0600 Subject: [PATCH 4/4] Create README.md --- profiles/README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 profiles/README.md diff --git a/profiles/README.md b/profiles/README.md new file mode 100644 index 0000000..b2ceb82 --- /dev/null +++ b/profiles/README.md @@ -0,0 +1,28 @@ +# Rust + +![image](https://user-images.githubusercontent.com/45884264/217063400-6ef58262-5cf4-45cb-8c11-9c58dd701d4b.png) + +## About Rust + +Rust is a language empowering everyone to build reliable and efficient software; it provides performance, reliability, and productivity. + +Try out Rust in some of the example domains such as: +* [Command Line Tooling](https://www.rust-lang.org/what/cli) +* [WebAssembly](https://www.rust-lang.org/what/wasm) +* [Networking](https://www.rust-lang.org/what/networking) +* [Embedded](https://www.rust-lang.org/what/embedded) + +## Learning Rust +* [The Book][thebook] is the best way to learn rust. +* You can also browse the [Rust YouTube channel][youtube] for video content. + +## Community Links +* [How to Contribute][contributing] +* [Code of Conduct][conduct] +* [Security Policy][security] + +[thebook]: https://www.rust-lang.org/learn +[youtube]: https://www.youtube.com/channel/UCaYhcUwRBNscFNUKTjgPFiA +[contributing]: https://rustc-dev-guide.rust-lang.org/getting-started.html +[conduct]: https://www.rust-lang.org/policies/code-of-conduct +[security]: https://www.rust-lang.org/policies/security