How to Create Your First Pull Request on GitHub

Creating a pull request (PR) to make edits on a project hosted on GitHub doesn’t always have to involve contributing code. In fact, even non-developers can participate by simply editing a file, such as a project’s README to fix a typo. By learning how to create pull requests, you can not only collaborate with others on projects but also gain the confidence to contribute code in the future. Assuming you already have a free GitHub account, let me walk you through the process....