Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XS✔ ◾ Update rule.md #6868

Merged
merged 2 commits into from
Sep 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions rules/request-a-test-please/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ These are the steps you should take when requesting a "test please":
| | |
| -------- | --- |
| To: | John |
| Subject: | Test Please - Product Name v1.11 |
| Subject: | Product Name v1.11 |
::: email-content

1. <mark>'TEST PLEASE'</mark>

### Hi John,
I am looking for bugs or approval to release this version.

Expand All @@ -46,8 +48,8 @@ I am looking for bugs or approval to release this version.

I have done what I could for my code's health. E.g.

* Run SSW Code Auditor - it has {{ X }} errors (if not 0, give reason)
* Run SSW Link Auditor - it has {{ X }} errors (if not 0, give reason)
* Run SSW CodeAuditor - it has {{ X }} errors (if not 0, give reason)
* Run SSW LinkAuditor - it has {{ X }} errors (if not 0, give reason)
* Kept my eye on Application Insights

Specific issues to look out for are:
Expand Down Expand Up @@ -78,19 +80,19 @@ Regards,
**Note to developers:**
If current version is better than the last version you can release (even with a test fail) as long:
- The bugs reported in the test fail existed in the old version
- Two people have tested it
- 2 people have tested it
- The changes in this version are fairly important to get out
- You get to work on the failures ASAP
:::

### Don't send a 'Test Please' content via IM

You may use IM like Microsoft Teams to point the tester to the 'Test Please' email.
You may use IM (e.g. Microsoft Teams) to point the tester to the 'Test Please' email.

::: greybox
"Ping!
I need you to see my 'Test Please' email
See subject: **Test Please - Product Name v1.11**"
I need you to check my 'Test Please' email
See subject: **Product Name v1.11**"
:::

### What if you are doing an email test?
Expand Down
Loading