I’ve been using a plugin that dwells on GitHub. I’ve made a number of what-seem-to-me-to-be improvements. What’s the right way to let the author/community have a look? I’m not after any glory 🙂
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The best way is to simply send the author a ‘pull request’. That is one of the main features of Github, that makes it really cool. Fork his repository and commit your changes to your fork and then send him a ‘pull request’ giving details of your changes.
A pull request will list the commits you have made and also show diffs to files, so it makes it very easy for the author to go through the changes you have made and understand what’s the intention.
He or you can also comment and discuss further on the same if things aren’t perfect.