Skip to content

we are testing out open source contribution during our live class

Notifications You must be signed in to change notification settings

medinasheriff/altschool-opensource-names

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AltSchool Africa Logo AltSchool Africa Logo

ALTSCHOOL Open Source live class playground

altschool-opensource-names

We are testing out open source contribution during our live class

Follow the steps below to get started

  1. Fork repo
  2. Clone the forked repo to your local machine git clone <url-of-forked -repo>
  3. CD into the project directory cd <cloned-repo-dir>
  4. Setup original repo as upstream
git remote add upstream <url-of-original-repo>
  1. make changes and send PR
    • Make change
    • Add file git add .
    • Commit changes git commit -m <'your-message'>
    • Push changes (git push origin main)
    • Go to GitHub and click PR again the original (my version)

© AltSchool Africa

About

we are testing out open source contribution during our live class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%