Work In Progress
Can be used in IntelliJ or whatever you like
Create a fork and set your remotes:
git remote add upstream https://github.com//FRCScout2020
git remote add upstream https://github.com/RoboTigers/FRCScout2020
You can confirm your remotes via: git remote -v
To contribute code:
Push your changes to your Fork and then submit a Pull Request