Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 301 Bytes

contributing.md

File metadata and controls

6 lines (6 loc) · 301 Bytes

Contributing

  1. Fork the repository
  2. Clone your fork
  3. Add this repository as a remote: git remote add upstream https://github.com/mechtronica/mechtronica.net
    • This allows you to easily pull in upstream updates using git pull upstream main
  4. Make changes, and then submit a Pull Request