From 6949a4a6423a6e0784962a1cbafda162b9d596e9 Mon Sep 17 00:00:00 2001 From: akwizgran Date: Mon, 18 Jul 2016 13:06:03 +0000 Subject: [PATCH] akwizgran created page: feature workflow --- feature-workflow.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 feature-workflow.md diff --git a/feature-workflow.md b/feature-workflow.md new file mode 100644 index 0000000..c07ade0 --- /dev/null +++ b/feature-workflow.md @@ -0,0 +1,8 @@ +1. Create a top-level ticket for the feature +2. If we decide to work on the feature, assign it to a milestone +3. Agree on a minimal first iteration of the feature +4. Divide the first iteration into child tickets -- at minimum, one for UX design and one for implementation +5. Each UX design ticket is closed when we agree on a final mockup, which is copied over to the implementation ticket +6. Each implementation ticket is closed when the code has been reviewed, tested and merged +7. Create tickets for any bugs or tasks identified during code review and testing +8. Repeat steps 4-7 for each subsequent iteration \ No newline at end of file