You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/pipeline_process.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,8 @@ Please, respect this rule.**
62
62
#### Prerequisites for manual testing
63
63
1. PR has a description and the area affected.
64
64
2. PR has automation results from the previous step.
65
-
3. PR includes a demo, test steps, and possible regression.
65
+
3. PR includes a demo, test steps, and possible regression
66
+
4. PR has out of scope (if appropriate)
66
67
67
68
**If one of the prerequisites is missing, the PR will be moved to the contributor folder with a corresponding comment.**
68
69
@@ -97,7 +98,7 @@ There are three possible scenarios when the design review is completed:
97
98
---
98
99
99
100
#### Why my PR is in `Contributor` column?
100
-
PR can be moved to this column by the ```status-github-bot``` or by QA engineer with label `Tested-issues`.
101
+
PR can be moved to this column by the ```status-github-bot``` or by QA engineer with label `Tested-issues` or if one of the requirement for manual QA was not met.
101
102
In the first case most often this happens due to conflicting files in PR.
102
103
In the second case - after fixing of all found issues, the developer should ping the QA in the PR comments for retesting.
103
104
@@ -115,7 +116,6 @@ In the second case - after fixing of all found issues, the developer should ping
115
116
6. In case of manual testing - the label ```Tested - OK``` from QA
116
117
7. In case of design review - the approval from the designer
117
118
118
-
119
119
You can merge your PR into develop - some useful clues you can find [here](https://notes.status.im/setup-e2e#3-Merging-PR)
0 commit comments