Skip to content

Commit

Permalink
docs: update PR template to include QA labels. (#6862)
Browse files Browse the repository at this point in the history
* update PR template to include QA labels.

* update NO QA label description
  • Loading branch information
cortisiko authored Jul 28, 2023
1 parent 7067971 commit 0772f32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Please ensure that any applicable requirements below are satisfied before submit
2. Add `release-xx` label to identify the PR slated for a upcoming release (will be used in release discussion)
3. Add `needs-dev-review` label when work is completed
4. Add `needs-qa` label when dev review is completed
5. Add `QA Passed` label when QA has signed off
5. Add `No QA/E2E only` when dev review is completed and your PR does not require any manual QA effort. Prior to merging, ensure that you have successful end-to-end test runs in Bitrise.
6. Apply `Spot check on release build` for PRs not requiring feature QA but needing non-automated verification. In the description section, provide test scenarios. Add screenshots, and or recordings of what was tested.
7. Add `QA Passed` label when QA has signed off

**Description**

Expand Down

0 comments on commit 0772f32

Please sign in to comment.