debrief / debrief-icons

Set of graphic icons, for use across Debrief applications
https://debrief-icons.herokuapp.com/svg/index.html
Creative Commons Zero v1.0 Universal
0 stars 3 forks source link

debrief-icons

Set of graphic icons for use across Debrief suite of applications

Standard Colors

Font

The Debrief logo uses the Roboto font, downloadable from here

Standard sizes

Workflow

Initial

  1. Designer logs into GitHub
  2. Designer forks this repo
  3. Designer uses git client (such as SourceTree) to clone the repo to their local disk

Per-Issue

  1. Designer selects (or is given a) GitHub issue
  2. Designer does "Pull" on their local copy of the repo [SourceTree]
  3. 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]
  4. Designer works on .ai icon files locally [GitHub]
  5. Designer adds changed/new .ai & png files to local copy [SourceTree]
  6. Designer commits new updates [SourceTree]
  7. Designer then Push updated branch to GitHub [SourceTree]
  8. Designer then creates Pull Request [GitHub] see here
  9. Project lead(( reviews Pull Request, potenially asking designer to update designs, finally merges updated icons. [GitHub**] see here

Post-Issue

  1. Switch back to master branch [SourceTree]
  2. If previous change has been merged, delete local branch that was used for previous issue. [SourceTree]
  3. Pull updates from the parent repository [SourceTree]