How to contribute to apache?

I am an intermediate student of Java. I want to contribute to Apache development, I saw a list of Apache projects (e.g. Hadoop, Derby, etc.), I developed some queries that I would like to receive answers to: -

  • What do all Apache projects use Java?

  • which will be easier to start with a beginner?

+5
source share
1 answer

Many Apache projects, including Hadoop, are trying to maintain a list of older JIRAs to help new contributors familiarize themselves with the code by setting a simple, short question. This includes downloading the source, making changes, validating using tests, creating a patch, working with the community โ€” all the skills needed to solve more complex problems. Browse the list: http://bit.ly/asf_newbie_issues and see if you are interested.

+6
source

All Articles