Set of graphic icons for use across Debrief suite of applications
- Red : 204 0 51
- Blue : 0 0 51
- White : 255 255 255
The Debrief logo uses the Roboto font, downloadable from here
- 16 px : all icons
- 24 px : all create icons: arc, circle, coast, ellipse, etopo, furthest_circles, grid, grid4w, label, line, local_grid, polygon, range_rings, rectangle, scale, track_segment, vector, wheel
- 48 px : *_file.ai
- Designer logs into GitHub
- Designer forks this repo
- Designer uses git client (such as SourceTree) to clone the repo to their local disk
- Designer selects (or is given a) GitHub issue
- Designer does "Pull" on their local copy of the repo [SourceTree]
- Designer creates local branch from master (something that includes the issue number and a brief summary of the issue subject, like
issue4_file_types
) [SourceTree] - Designer works on .ai icon files locally [GitHub]
- Designer adds changed/new .ai & png files to local copy [SourceTree]
- Designer commits new updates [SourceTree]
- Designer then Push updated branch to GitHub [SourceTree]
- Designer then creates Pull Request [GitHub] see here
- **Project lead(( reviews Pull Request, potenially asking designer to update designs, finally merges updated icons. [GitHub] see here
- Switch back to master branch [SourceTree]
- If previous change has been merged, delete local branch that was used for previous issue. [SourceTree]
- Pull updates from the parent repository [SourceTree]