Skip to content

Commit 6ce67d0

Browse files
authored
Document new QA / testing workflow (#1733)
1 parent dd54560 commit 6ce67d0

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88

99
### Typical Workflow
1010

11-
1. Create a branch off of `develop`
12-
1. Create a PR back into `develop`
13-
1. Once approved and merged, test those changes on staging
14-
1. Once you are satisfied with the changes, coordinate with the team to deliver those changes to the production environment
15-
1. Team leads will determine when the right time to cut a release, i.e., tag and deploy, typically this should be within a day or two
11+
1. Create a branch off of `develop`
12+
2. Create a PR back into `develop`
13+
3. A reviewer will evaluate the code changes and (more often than not, if deemed necessary) test the changes locally
14+
4. Once approved and merged, test your changes on staging
15+
5. If everything's dandy the card can be moved on to PO sign-off
16+
6. Team leads will determine when the right time to cut a release, i.e., tag and deploy, typically this should be within a day or two
1617

1718
### Production Bugfix Workflow
1819

0 commit comments

Comments
 (0)