Skip to content

webpipes/webpipes.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Main website and a guide to the wonders of WebPipes. This repo is using GitHub Pages.

Contributing to webpipes.org

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

This guide barely scrapes the surface. Please contribute your love and knowledge!

Contributing Code

  1. Pull the repo
  2. Create a branch against master (git checkout -b feature)
  3. Make change(s)
  4. Commit your changes (git commit -am 'Added a feature')
  5. Push to the branch (git push origin feature)
  6. Open a Pull Request