RandyGaul / cute_headers

Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games
4.24k stars 264 forks source link

Making a Pull Request - Step by Step #311

Closed RandyGaul closed 2 years ago

RandyGaul commented 2 years ago

You can make a pull request entirely from the browser without any knowledge of git. Here are the steps.

  1. Make a fork. This creates a copy of the repository under your account, where you can make edits.

image

  1. Pick a name and hit the create button.

image

  1. Find the file you want to edit, and click the pencil edit button.

fork

  1. Paste in your edit. You can copy + paste the entire file here.
  2. Scroll down and type in your commit message (describe the changes you made), and hit the green commit button.

image

  1. Go back to the main page of your fork. There will be a "Contribute" button. Click on it, then click the green "Open pull request" button.

image

  1. Click the create button.

image

  1. Describe your changes as much as you like, then hit "Create pull request".

image

Done! It should look something like this.

image