Skip to content

Instantly share code, notes, and snippets.

View dnlbox's full-sized avatar
always learning

Daniel Veronez dnlbox

always learning
View GitHub Profile
@dnlbox
dnlbox / Issue_Tracker.md
Last active January 29, 2020 10:33
Track Issues on Github

Creating an issue (usually Product Owner)

All new issues should have at least the 3 tags bellow.

  • Type tag: all new issues should inform its type BUG or ENHANCEMENT
  • Platform tag: all new issues also should have only one platform tag MIDDLEWARE, IOS, ANDROID, WINDOWS PHONE or WEBAPP. If the issue have impact in more than one platform, create another issue and add a relationship between them.
  • New tag: all new issues should have a NEW indicator tag to be able filter issues create but not initiated.
  • An issue is never assigned to someone from the beggining.

Type Tag and Platform Tag should never be removed, even after closed.

@dnlbox
dnlbox / apps.md
Created December 16, 2013 22:03 — forked from felipesabino/apps.md
  1. System Preferences -> Security -> Allow apps to be installed from anywhere
  2. iTerm2
  3. Jumpcut
  4. xcode - from App Store
  5. open xcode to install xcode components
  6. install command line tools
  7. homebrew
  8. update brew: $ brew update
  9. git: $ brew install git
  10. git bash-completion: $ brew install bash-completion