Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
squidistaken committed Jan 23, 2023
2 parents 1e224b5 + 9e6c011 commit d8907ad
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,3 @@
2D Development Project for Year 1 Block 2

By Daniel, Stan, Marcus, Natasza

## Setting Up
1. Download [GitHub Desktop](https://desktop.github.com/). This will make life so much easier.
2. On GitHub Desktop, go to `File -> Clone Repository`. You will see this repository listed on the options, so select it and choose where you want to save it in your files, then press `Clone`.

![](https://i.imgur.com/A31LvJV.png)

3. Open the GameMaker Studio 2 project and start working!

## Making a Contribution
1. On the top middle of GitHub Desktop, press the `Branches` tab and press `New branch`. If you are prompted to move your changes over (if you have already started working on it), then feel free to move it over.

![](https://i.imgur.com/15lijiM.png)

2. On the bottom left of GitHub Desktop, press the `Commit` button to make a contribution to your new branch. Essentially, this adds all the changes you have made to the new branch (without messing with the original!).

![](https://i.imgur.com/Kh1YY5n.png)

3. Publish your branch. This makes the branch online for anyone with access to this repository - they can now access it.
4. Make a pull request. This is a request to merge your work to the main branch!

**If you did everything right, you should start seeing your work on the main branch soon!**

0 comments on commit d8907ad

Please sign in to comment.