/js-pong

A simple breakdown game with JavaScript

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Career Guidance Programme - Group 1 Project

Career guidance program of Faculty of Applied Science (2022-11-5).

We, group 1 created a simple breakout game called Pong! using JavaScript.

v1 release

Instructions for contributors...

Step 1 - Sign in

Log-in to your GitHub account.
Click Here to Sign-in
(Skip this step if you're already logged-in)

Step 2 - Fork the repository

Fork this repository.

  1. Click on the Fork button on the top right corner of this page.
    fork instructions

  2. You will be redirected to your forked repository.
    fork instructions
    Click on Create fork button.

  3. You will be redirected to your forked repository.
    fork instructions

Step 3 - Edit the file

  1. Click on any file to edit it.
    fork instructions

(I am editing the index.html file here for demonstration purposes)

  1. Click on Edit this file button.
    fork instructions

  2. Make the changes you want to make.
    fork instructions

Step 4 - Commit the changes

  1. 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. fork instructions

  2. You will be redirected back to the file you just edited.
    But now you will be able to see the changes you just made. fork instructions

  3. Make all the changes you want to make for a specific improvement of the code before you move on to the next step.

Step 5 - Create a pull request

  1. Click on Pull requests tab.
    fork instructions

  2. Click on New pull request button.
    fork instructions

  3. You will be redirected to the pull request page.
    You will be able to see the changes you just made here. fork instructions

  4. Click on Create pull request button. fork instructions

  5. 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. fork instructions

  6. Click on Create pull request button.
    fork instructions

Step 6 - Wait for the pull request to be merged

  1. Now you have successfully created a pull request.
    fork instructions

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.

  1. 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. fork instructions

  2. 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. fork instructions

Congratulations! You have successfully contributed to the project.

This is how you should contribute to the project.