anp / rusl

An experimental (read: DONT USE) musl libc implementation in Rust.
Other
292 stars 12 forks source link

Create TODO list for contributors? #1

Closed joshuawarner32 closed 8 years ago

joshuawarner32 commented 8 years ago

First, I love this project!

It's something I wouldn't mind throwing a few hours of spare time at, now and again.

Something that would make contributing enormously easier would be to have a list of bite-size tasks that are easy for a newcomer to tackle in an hour or two.

Thoughts?

anp commented 8 years ago

Thanks :D !

I will definitely set some time aside for a TODO list (it would help me prioritize my tinkering too). Although be warned that at its current stage the test setup has only been tried on an up-to-date Arch Linux x86_64 install, and that given the various constraints on my time it's highly at risk of becoming abandonware :smile:.

bitemyapp commented 8 years ago

@dikaiosune are you alright with triaging/reviewing outside contributions? Want to make sure others aren't just spamming you by PR'ing the repo.

anp commented 8 years ago

Sure thing, I just have limited time so PRs would probably wait for a while before review/merge. Just to be very clear though, I'm doing this as a learning exercise/demonstration, not a genuine attempt to supplant musl :smile:.

bitemyapp commented 8 years ago

@dikaiosune shrugs learn by doing better.

anp commented 8 years ago

It's empty at the moment, but I'll begin populating #6 shortly. Thanks again for your interest!