- Do not have absolute paths in your code. Always use a path relative to project folder.
- Do not use numbers as arguments, instead declare a variable with appropriate name and assign it the value which you want to pass to the method. If you feel you must, then atleast comment above it why you have used that particular number.
- Add meaningful comments
Some useful articles which will help you better understand how to contribute to a project on github