- Fork the repository
- Clone your fork
- 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
- This allows you to easily pull in upstream updates using
- Make changes, and then submit a Pull Request