GithubHelp home page GithubHelp logo

software-engineering-course-assignment's Introduction

Software Engineering Course GitHub Assignment

Step 1: Fork this Repository (very important)

You can fork it by clicking the fork button.

Step 2: Clone the

forked

repo
You can clone the GitHub repo by using the following command:
git clone [repo url]
if you do not have git downloaded , you can download it from here

Step 3: Pick an open issue

Step 4: Create a new branch

Give the new branch any name you want:
git branch new_branch_name

Step 5: Move to the new branch

Use the command:
git checkout new_branch_name

Step 6: Edit the text file

Edit the text file inside the repo and add some extra content to resolve the selected issue.

Step 7: Commit your changes

After you finish adding the new content, simply save the file and use the following two commands to commit the changes:
git add .
git commit -m "[type your first and last name as a message]"

Step 8: Push the changes back to your remote repo

After you are done working on the repo on your local device, push the changes back to the remote repo on GitHub:
git push --set-upstream origin [new branch name]

Step 9: Make a pull request to this repo

The pull request is your submission for this assignment. I should receive a pull request with your first and last name as a message.

Example of an accepted pull request:

software-engineering-course-assignment's People

Contributors

ara-o avatar benyamain avatar nilsenlukas avatar omaranbazna avatar pricean2 avatar raminaama avatar rayanaama avatar sarwarnazrul242 avatar tchris2 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.