Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.2 KB

File metadata and controls

36 lines (27 loc) · 1.2 KB
id DEV-170
title Deliver Work as a Pull Request
status active
enforcement manual
severity error
depends_on
DEV-160

Problem

Work delivered outside a pull request bypasses review and time tracking, and leaves no record of who resolved the Problem or whether the work met the rules.

Solution

Present every unit of work as a pull request, whatever its kind: code, design, or marketing, but equally an HR or finance change, a rule update, the result of a stakeholder interview, or a client negotiation.

  1. Open the PR against the Problem it resolves and link that Problem issue.
  2. Keep it lean and scoped to that Problem.
  3. Meet the PR-requirement rules (the DEV-3xx category) before requesting review.

No PR means no work. However much effort went in, work that was never raised as a pull request does not count as done and leaves no record that it happened.

For reimbursable work-related costs, see Expenses.

Acceptance Criteria

  • The work is delivered as a pull request
  • The PR links the Problem issue it resolves
  • The PR meets the PR-requirement rules before review is requested
  • Work with no pull request does not count as done