Skip to content

Instantly share code, notes, and snippets.

View parhamr's full-sized avatar

Reid Parham parhamr

View GitHub Profile
@parhamr
parhamr / Ticketing workflow.md
Last active December 25, 2015 03:49
Process workflow for ticketing systems like Pivotal and Jira
  1. Create a ticket;
    1. add a title, description, labels, discrete tasks
    2. assign the owner as the person who should complete it
    3. assign points, if known and points are supported
  2. Decide the type of task;
    1. New features or significant functionality should be features
    2. corrections to existing behavior should be bugs
    3. tasks (like communication) outside of the codebase should be chores
  3. Decide the scope of a task;
  4. If the ticket is a post-launch or “parking lot” request, keep it in the icebox
@parhamr
parhamr / 0: Magento 1.12 Enterprise multi-store cluster configuration.md
Last active October 13, 2023 14:20
A highly available, fault tolerant, distributed, and load balanced LEMP cluster.