Hey! can someone point me in the right direction?
I really need to skill up and I can't think a better way than contributing to open source community.
I really need an open source project for Java can anyone suggest me where to look for?
Hey! can someone point me in the right direction?
I really need to skill up and I can't think a better way than contributing to open source community.
I really need an open source project for Java can anyone suggest me where to look for?
For further actions, you may consider blocking this person and/or reporting abuse
👀 Just want to lurk?
That's fine, you can still create an account and turn on features like 🌚 dark mode.
Erika Heidi -
Saurav Jain -
Only Devs -
LostButton -
Once suspended, chaitanyagautam96 will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, chaitanyagautam96 will be able to comment and publish posts again.
Once unpublished, all posts by chaitanyagautam96 will become hidden and only accessible to themselves.
If chaitanyagautam96 is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Chaitanya Gautam.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community 👩💻👨💻 safe. Here is what you can do to flag chaitanyagautam96:
Unflagging chaitanyagautam96 will restore default visibility to their posts.
Top comments (4)
So fun fact: Code isn't the only way to contribute to the open source community!
One super simple way people can begin to participate while they grow their skillset as a developer is to submit bug reports or issues to the project! How you can do this:
Find a problem with OSS you're using.
Fairly self explanatory, but you'd be surprised how much OSS is used in the things you use everyday.
Search for an existing issue describing the problem.
This step is super important, and you don't want to create noise for the OSS maintainers. If you do find an existing issue, check to see if the issue thread describes a solution. If it does not, then include a comment indicating that you're also experiencing this problem (this helps the maintainers prioritize things) and provide any additional context necessary to contribute towards a solution.
Submit a ticket yourself.
If there's no existing issue, then start a conversation! Many projects these days have templates to fill out bug reports, so just follow the conventions in that template. If one doesn't exist, I will submit a ticket using the following format:
Get more involved
I've found that participating as an issue reporter is a good gateway into actually contributing code, and you may find that other maintainers will provide you with a solution path that you can then execute on and contribute.
I am choosing some project management tools to work on, I have posted/reshared on LinkedIn few days back, where you can check other tools and platform to contribute to bit.ly/swapnilLinkedin
You might consider adding #help to this post. DEV uses that tag for posts seeking help with something and I think this fits.
You can try searching GitHub, restricting search by language to Java and looking for issues tagged with "good first issue".