Introduction
I made this super simple ruby gem called spell_generator and looking for people who want to start/practice contributing to OSS projects.
Why?
Making a PR to an OSS project can be intimidating if you don't know how to actually do to it. But if you know the process of making a PR and have already done it before, it can be very simple and fun.
I want to help people who have been thinking about contributing to OSS projects but have been too scared to do it.
Especially if you are a self-taught programmer or new graduate who is looking for some experience to put on your resume, contributions to OSS projects would be great to have as your experience.
I want to help you to take the first step of your OSS journey.
What I want you to do
As I mentioned above, this gem I created is very simple.
All it does is creating a random spell based on adjectives and verbs that are stored in different arrays respectively.
I want you to add one or more adjectives or verbs to the corresponding array.
https://github.com/K-Sato1995/spell_generator/issues/1
Or You can just make an issue and make some improvements on the gem.
How?
Here is an amazing post about how to contribute to GitHub projects by Rob Allen.
You can follow the steps in the post.
Very nice!
I am happy you took the initiative to open up a conversation/practice on OSS contribution. It certainly is an important skill to have in the day-to-day of a software developer.
I'll take a look :)