for devs - GamingSamurai/wifL GitHub Wiki

welcome devs!

ATTENTION!!
Github wiki will not allow new tab or new window links,
so use Ctrl + Click if you want to open links in a new tab!

BEFORE YOU BEGIN
never forget
DON'T PANIC
also,
never push to origin/master.
REPEAT NEVER PUSH TO ORIGIN MASTER
the long of it: the Github repo will, at all times, be the "source of truth" for production code. an unexpected merge to this branch could be very bad, as it could contain sensitive data such as server login information. if you do accidentally push to branch, don't panic. simply reach out to an admin or lead and let them know what happened so that they may rectify it A.S.A.P.

Setting up the development environment
Project Standards and Considerations
Digging In