All contributions and suggestions are welcome!
Steps to Follow
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
A few guidelines that would make everyone's life easier
- Before Making a pull request please make sure you have merged the changes of the base fork and then apply for PR.
- Use best coding standard and write clean code.
- Keep 1 commit for 1 particular problem.It's easier to fall back if you make an error.
- Don't make a pull request unless you are sure that your work is bug-free.
- Always Discuss with the community in case of any issue and give your input.We are here to grow together.
- Don't make an unnecessary pull request.
- Make sure any new variable you use does not match semantically with previously created variable names and functions.
- While submitting PR the better description you give of what you fixed the better are the chances of acceptance.