How to contribute to Root Code?

I have read the link given by you and also followed a question related to pythonpath in the newbie section

In the above question it has been told to export pythonpath in this way to avoid import error:
export PYTHONPATH=$(root-config --libdir)

But even after doing this my import error is still coming and I have also called
source /home/sayang/root-6.24.04/bin/thisroot.sh after exporting pythonpath based on the answer given in the above question. Thanks!