From 1fec78d01c02d2b308f5b3aeda2770c0cf3c9ffb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pereira?= Date: Thu, 30 Jan 2020 17:39:13 +0000 Subject: [PATCH] Update Development-Process.md (#334) --- Cookbook/Technical-Documents/Development-Process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cookbook/Technical-Documents/Development-Process.md b/Cookbook/Technical-Documents/Development-Process.md index d34a783f3..1e2ecf911 100644 --- a/Cookbook/Technical-Documents/Development-Process.md +++ b/Cookbook/Technical-Documents/Development-Process.md @@ -35,7 +35,7 @@ There are 3 services we use daily: - Fill in the PR template and set the title using the following format: `[TCKT-123] Short summary of work` - [Add labels](https://github.com/babylonhealth/ios-playbook/blob/master/Cookbook/Technical-Documents/LabelsInPRs.md) -- Assign the PR to the engineer(s) +- Thanks to a GitHub action, the PR will automatically be assigned to its creator - Move the ticket to `Peer review` on Jira (or it'll be automatically moved if configured) - If you'd like feedback before the work on the ticket is done, open a draft PR so your peers can leave comments - To run checks before merging, use the comment `@ios-bot-babylon test_pr` ([more info](https://github.com/babylonhealth/ios-playbook/blob/master/Cookbook/Technical-Documents/SlackCIIntegration.md))