Skip to content

Commit 19444d4

Browse files
authored
Fix anchors (#400)
1 parent 291867f commit 19444d4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/compiler/prioritization/procedure.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,27 @@ The working group focuses mainly on triaging `T-compiler` and `libs-impl` bugs,
1919

2020
High level overview:
2121

22-
- [Follow ups from previous meeting](#Follow-ups-from-previous-meeting)
22+
- [Follow ups from previous meeting](#follow-ups-from-previous-meeting)
2323
- Remove `I-nominated` tags of already discussed issues
2424
- Notify @pnkfelix about not properly tagged stable/beta-nominated issues
2525
- Create the next meeting agenda using the weekly agenda template
26-
- [Prepare agenda content](#Prepare-agenda-content)
26+
- [Prepare agenda content](#prepare-agenda-content)
2727
- Add `T-compiler` and `libs-impl` to unlabelled T-compiler and libs-impl issues
2828
- Assign priority to unprioritized issues with "I-prioritize" label
2929
- Assign priority to regressions without a `P-*` label
3030
- Process MCPs/FCPs
31-
- [Generate Agenda](#Generate-Agenda)
31+
- [Generate Agenda](#generate-agenda)
3232
- Run cli to generate agenda
3333
- Fill agenda announcements
3434
- Add performance logs
3535
- Summarize stable/beta nominations
3636
- Summarize PR's waiting on team
3737
- Summarize `P-critical` and unassigned `P-high` regressions
3838
- Summarize I-nominated issues
39-
- [Notify the team about the meeting](#Notify-the-team-about-the-meeting)
39+
- [Notify the team about the meeting](#notify-the-team-about-the-meeting)
4040
- Figure out which WGs need to check-in
4141
- Notify @T-compiler/meeting about the meeting on Zulip
42-
- [Final reviews](#Final-reviews)
42+
- [Final reviews](#final-reviews)
4343
- Check toolstate
4444
- Check performance stats
4545
- Nominate issues
@@ -79,7 +79,7 @@ Note #2: These lists should typically be empty when we are close to the meeting.
7979

8080
We should not have unprioritized regressions ([stable](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Aregression-from-stable-to-stable+-label%3AP-critical+-label%3AP-high+-label%3AP-medium+-label%3AP-low+-label%3AT-infra+-label%3AT-libs+-label%3AT-release+-label%3AT-rustdoc), [beta](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Aregression-from-stable-to-beta+-label%3AP-critical+-label%3AP-high+-label%3AP-medium+-label%3AP-low+-label%3AT-infra+-label%3AT-libs+-label%3AT-release+-label%3AT-rustdoc) and [nightly](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Aregression-from-stable-to-nightly+-label%3AP-critical+-label%3AP-high+-label%3AP-medium+-label%3AP-low+-label%3AT-infra+-label%3AT-libs+-label%3AT-release+-label%3AT-rustdoc)) and ideally regressions should have an assignee.
8181

82-
The procedure here follows the [General issues review process](#General-issues-review-process).
82+
The procedure here follows the [General issues review process](#general-issues-review-process).
8383

8484
Note: triagebot automatically adds `I-prioritize` to all regression issues and creates a topic and notify @*WG-prioritization* members requesting prioritization.
8585

@@ -137,7 +137,7 @@ Note: triagebot automatically creates a topic and notify @*WG-prioritization* me
137137

138138
These are PRs waiting for some decision by our team (`T-compiler` or `libs-impl`).
139139

140-
Try to follow the [General issues review process](#General-issues-review-process).
140+
Try to follow the [General issues review process](#general-issues-review-process).
141141

142142
We should:
143143

@@ -150,7 +150,7 @@ Note: triagebot automatically creates a topic and notify @*WG-prioritization* me
150150

151151
#### Summarize `P-critical` and unassigned `P-high` regressions
152152

153-
Try to follow the [General issues review process](#General-issues-review-process).
153+
Try to follow the [General issues review process](#general-issues-review-process).
154154

155155
We should:
156156

@@ -164,7 +164,7 @@ Note: triagebot automatically creates a topic and notify @*WG-prioritization* me
164164

165165
Issues labeled with `I-nominated` are important issues that we decide deserve discussion during the weekly meeting.
166166

167-
Try to follow the [General issues review process](#General-issues-review-process).
167+
Try to follow the [General issues review process](#general-issues-review-process).
168168

169169
We should:
170170

0 commit comments

Comments
 (0)