Skip to content

Commit 5dd0741

Browse files
Merge pull request #873 from pnkfelix/slight-expansion-of-triage-readme
Spell out triage process more expicitly, and add self to roster
2 parents 2bf0434 + 2becc65 commit 5dd0741

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

triage/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ usage.
88
- ecstatic-morse
99
- Mark-Simulacrum
1010
- rylev
11+
- pnkfelix
1112

1213
Monday evening in North America is a good time to do it because This Week in Rust (see below) is usually
1314
published on Tuesday, US time, and so it means the PR to include the triage
@@ -20,10 +21,20 @@ at.
2021
First, check the previous triage log entry. Look for responses in PRs, and
2122
follow up on any promised actions. (i.e. nag people!)
2223

24+
While looking at the previous triage log entry, take note of the final commit in
25+
the revision range from that triage period. The noted final commit `$PARENT` will
26+
be the parent commit that we use for the current round of triage.
27+
2328
Start the new triage log entry in a new file using a `YYYY-MM-DD.md`-form name.
2429
Follow the format of the previous entries.
2530

26-
View the [perf website](https://perf.rust-lang.org).
31+
Use the provided script to automate building the file:
32+
33+
```
34+
% ./weekly-report.py PARENT > YYYY-MM-DD.md
35+
```
36+
37+
You can also do it manually, starting by viewing the [perf website](https://perf.rust-lang.org).
2738

2839
- Determine the revision range. The start revision corresponds to the end
2940
revision from the previous log entry. The end revision is the latest measured

0 commit comments

Comments
 (0)