Career guidance program of Faculty of Applied Science (2022-11-5).
We, group 1 created a simple breakout game called Pong! using JavaScript.
Log-in to your GitHub account.
Click Here to Sign-in
(Skip this step if you're already logged-in)
Fork this repository.
-
Click on the Fork button on the top right corner of this page.
-
You will be redirected to your forked repository.
Click on Create fork button.
(I am editing the index.html file here for demonstration purposes)
-
Fill up the required information about the changes you just made.
This is important, so make sure to give a proper description.
And then click on Commit changes button. -
You will be redirected back to the file you just edited.
But now you will be able to see the changes you just made. -
Make all the changes you want to make for a specific improvement of the code before you move on to the next step.
-
You will be redirected to the pull request page.
You will be able to see the changes you just made here. -
Add a title and description to your pull request.
The discription must provide a proper explanation of the changes you made. And the title should be short and precise.
The maintainers of the repository will review your pull request and merge it if it is found to be correct.
Be patient and wait for further instructions by the maintainers.
They may ask you to make some changes to your pull request. If so, you will have to make the changes and create a new pull request.
-
You will be able to see the status of your pull request here.
The maintainers may approve, comment or request changes to your pull request. -
After all the changes are made, your pull request will be merged.
You will see that the status of your pull request has changed to Merged, and the Merge pull request button will be replaced by Closed button.
This is how you should contribute to the project.