Make easy targets section more readable.
For me (and as I think, for many others) it was very difficult to distinguish tasks that are proposed for Rust fluent developers (as well as OS and non-OS experts) and Rust newbies. Now it should be easier to read and understand.
This commit is contained in:
parent
bca05bccd7
commit
03abf9c32b
|
@ -61,21 +61,21 @@ News and updates for Redox are posted at [redox-os.org/news](https://redox-os.or
|
||||||
|
|
||||||
### <a name="easy-targets"> Low-Hanging Fruit - Easy Targets for Newbies </a>
|
### <a name="easy-targets"> Low-Hanging Fruit - Easy Targets for Newbies </a>
|
||||||
|
|
||||||
* If you're not fluent in Rust:
|
#### If you're not fluent in Rust:
|
||||||
|
|
||||||
* Writing documentation
|
* Writing documentation
|
||||||
* Using/testing Redox, filing issues for bugs and needed features
|
* Using/testing Redox, filing issues for bugs and needed features
|
||||||
* Web development ([Redox website, separate repo](https://github.com/redox-os/website))
|
* Web development ([Redox website, separate repo](https://github.com/redox-os/website))
|
||||||
* Writing unit tests (may require minimal knowledge of rust)
|
* Writing unit tests (may require minimal knowledge of rust)
|
||||||
|
|
||||||
* If you are fluent in Rust, but not OS Development:
|
#### If you are fluent in Rust, but not OS Development:
|
||||||
|
|
||||||
* Apps development
|
* Apps development
|
||||||
* Shell ([Ion](https://github.com/redox-os/ion)) development
|
* Shell ([Ion](https://github.com/redox-os/ion)) development
|
||||||
* Package manager ([Magnet](https://github.com/redox-os/magnet)) development
|
* Package manager ([Magnet](https://github.com/redox-os/magnet)) development
|
||||||
* Other high-level code tasks
|
* Other high-level code tasks
|
||||||
|
|
||||||
* If you are fluent in Rust, and have experience with OS Dev:
|
#### If you are fluent in Rust, and have experience with OS Dev:
|
||||||
|
|
||||||
* Familiarize yourself with the repository and codebase
|
* Familiarize yourself with the repository and codebase
|
||||||
* Grep for `TODO`, `FIXME`, `BUG`, `UNOPTIMIZED`, `REWRITEME`, `DOCME`, and `PRETTYFYME` and fix the code you find.
|
* Grep for `TODO`, `FIXME`, `BUG`, `UNOPTIMIZED`, `REWRITEME`, `DOCME`, and `PRETTYFYME` and fix the code you find.
|
||||||
|
|
Loading…
Reference in a new issue