Sometimes people don’t like to ask questions because they feel dumb for asking. This is one of those posts for people who are afraid to ask how to do your first pull request on github. Really its simple.
- First find the repository you want to contribute to
- Fork the repository to your own account
- Make the changes to your fork
- Commit those changes to github
- Click the pull request button, fill in comments about the changes
- Make sure you are pushing to the correct branch
- Wait for the owners of the repository to accept your changes or ask you to fix something
Here is a good video about How to do you first pull request on github