TODO: Add Blurb
.
|
|───production # contains files needed for final prototype
| |
| |───fufpot-eCAD # contains the KiCAD project
| └───fufupot-src # contains the code needed for deployment
|
|───testing # contains files relevant to testing components
|
└───README.md # this file!
- Only commit files you intended to change
- Create branches for each feature, and larger branches for each development effort (i.e.
develop/*
) - Check your branch before starting work
- Pull frequently to avoid conflicts
- Make Pull Requests when you are ready to merge into a larger branch