Beginner friendly Rust open source project to contribute?

Hi,

Is there any recommended list of beginner friendly open source project to contribute?
Beginner friendly project here I meant is

  1. the source codes are written with best good practice by experienced rust developer
  2. has good documentation for contributor to start, best to have basic walkthrough of code structure
  3. source code scale is in small size

Anyone has good recommendation?

1 Like

I recommend subscribing to This Week in Rust, and perusing their recent back issues.

The newsletter has a section devoted to requests for contributions, with some marked as good first issues, or including a mentor.

1 Like

In general terms, if you are just starting to think about contributing to Rust projects it is probably more important to find a project with a number of maintainers who are helpful with mentoring than to find something that is best simple and easy to understand. I have submitted pulls against projects with a single maintainer and had them ignored. In contrast, when i saw an issue marked as good for new contributors on the table for Bat, I had not one but two very helpful maintainers who guided me through it.

Once you do take the plunge, don't be discouraged if you are asked to make additional changes on your first pull request. This is actually a great opportunity to learn, and a sign that the maintainers are willing to take some time to help you.

So, to boil it down, look for an established project with a number of contributors and a well organized and active bug tracker. Lots of activity by a range of people means you are now likely to find some help getting started.

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.