/DevLdn.ca

The DevLdn.ca website

Primary LanguageHTMLMIT LicenseMIT

DevLdn.ca

The DevLdn.ca website

Those wanting to contribute?

  1. Fork the repo at https://github.com/DevLdn/DevLdn.ca.git
  2. Clone onto your computer
  3. Add remote git remote add upstream https://github.com/DevLdn/DevLdn.ca.git
  4. fetch the upstream remotes git fetch upstream
  5. rebase changes instead of pulling git rebase upstream/master
  6. create new branch for additions git checkout -b feature/newFeatureName
  7. now do a push to github git push -u origin feature/newFeatureName
  8. when ready goto the browser and make a pull request from your fork
  9. ????
  10. PROFIT

Note:

Make sure you npm install in the directory you cloned the site to so you can get all the required files.