Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to contribute to apache?

Tags:

apache

hadoop

I am an intermediate Java learner .I want to contribute to Apache Development,I saw there is a list of Apache Projects(like Hadoop,Derby etc),I have developed certain queries which I would like to get answered :-

  1. what all Apache projects use Java ?

  2. which apache project will be easier to start with for a beginner ?

like image 280
progit Avatar asked Jan 30 '11 21:01

progit


1 Answers

Many Apache projects, include Hadoop, try to maintain a list of starter JIRAs to help new contributors become familiar with the code by fixing a simple, short issue. This involves downloading the source, making a change, verifying correctness through tests, creating a patch, working with the community - all the skills you'll need to tackle more complicated issues. Browse through the list: http://bit.ly/asf_newbie_issues and see if any interest you.

like image 62
Jakob Homan Avatar answered Sep 28 '22 19:09

Jakob Homan