From 74316e71e9a3a22b78b607c130e1ada370c95f7f Mon Sep 17 00:00:00 2001 From: Ribbon Date: Wed, 1 Mar 2023 00:07:12 +0000 Subject: [PATCH] More cleanup of CONTRIBUTING. --- CONTRIBUTING.md | 57 +++++++++++++++++++++---------------------------- 1 file changed, 24 insertions(+), 33 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a34bbb2..fb5ebb9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,22 +2,6 @@ _**Thank you for your interest in contributing to Redox!** This document will outline the basics of where to start if you wish to contribute to the project. There are many ways to help us out and and we appreciate all of them. We look forward to **your contribution**!_ -## Index - -- [Code Of Conduct](#code-of-conduct) -- [License](#license) -- [Communication](#communication) -- [Low-Hanging Fruit - Easy Targets for Newbies](#low-hanging-fruit-easy-targets-for-newbies) -- [Best Practices/Guidelines](#best-practices-and-guidelines) -- [Style Guidelines](#style-guidelines) -- [Other Ways to Contribute](#other-ways-to-contribute) - -## Other External Links - -* [redox-os.org](https://redox-os.org) -* [rust-os-comparison](https://github.com/flosse/rust-os-comparison) -* [rust-lang.org](http://rust-lang.org) - ## Code Of Conduct We follow the [Rust Code Of Conduct](https://www.rust-lang.org/policies/code-of-conduct). @@ -28,22 +12,6 @@ All contributions are under the MIT license. - [Our Philosophy](https://doc.redox-os.org/book/ch01-02-philosophy.html) -## Communication - -### Chat - -Join us on [Matrix Chat](https://doc.redox-os.org/book/ch13-01-chat.html) to discuss issues or ask questions. - -### GitLab Issues - -You will need to have a Redox GitLab account to file an issue, and registration can take a few days. - -- [Redox Book Guide](https://doc.redox-os.org/book/ch13-03-gitlab-issues.html) - -### Pull Requests - -Please follow our process for [creating proper pull requests](https://doc.redox-os.org/book/ch12-04-creating-proper-pull-requests.html). - ## Low-Hanging Fruit - Easy Targets for Newbies If you're not fluent in Rust: @@ -88,7 +56,30 @@ Since **Rust** is a relatively small and new language compared to others like _C ### Git -Please follow [how to create a proper pull request](https://doc.redox-os.org/book/ch12-04-creating-proper-pull-requests.html). +Please follow our [Git style for pull requests](https://doc.redox-os.org/book/ch12-04-creating-proper-pull-requests.html). + +## GitLab + +### Issues + +You will need to have a Redox GitLab account to file an issue, and registration can take a few days. + +- [Redox Book Guide](https://doc.redox-os.org/book/ch13-03-gitlab-issues.html) + +### Pull Requests + +Please follow our process for [creating proper pull requests](https://doc.redox-os.org/book/ch12-04-creating-proper-pull-requests.html). + + +## External Links + +* [redox-os.org](https://redox-os.org) +* [rust-os-comparison](https://github.com/flosse/rust-os-comparison) +* [rust-lang.org](http://rust-lang.org) + +## Chat + +Join us on [Matrix Chat](https://doc.redox-os.org/book/ch13-01-chat.html) to discuss issues or ask questions. ## Other Ways to Contribute