Skip to content

Commit 345094c

Browse files
authored
Merge pull request #298 from cpaelzer/mir-meeting-no-dead-end
MIR: ensure the meeting page isn't a dead-end
2 parents 414c1fd + 916ec7f commit 345094c

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

docs/MIR/main-inclusion-review.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This is the default for some ecosystems like rust and go, but also valid for
4242
e.g. C headers if they contain not just definitions but large amounts of
4343
active code that is built into the binaries.
4444

45-
45+
(mir-process-overview)=
4646
## MIR process overview
4747

4848
```{toctree}

docs/MIR/mir-about-the-mir-role.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
(about-mir-role)=
22
# About the MIR role
33

4-
The [Ubuntu MIR team](https://launchpad.net/~ubuntu-mir) oversees the Main
5-
Inclusion Review (MIR) process. They are responsible for reviewing packages for
6-
promotion:
4+
The [Ubuntu MIR team](https://launchpad.net/~ubuntu-mir) oversees the
5+
{ref}`Main Inclusion Review (MIR) process <main-inclusion-review>`.
6+
They are responsible for reviewing packages for promotion:
77

88
* from {term}`universe` to {term}`main`
99
* from {term}`multiverse` to {term}`restricted`

docs/MIR/mir-team-meeting.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
(mir-team-meeting)=
22
# MIR team weekly status meeting
33

4-
The MIR Team holds weekly meetings for 30 minutes every Tuesday at
5-
<time datetime="T16:30+01:00">16:30 CET</time> on the
4+
The {ref}`MIR Team <about-mir-role>` holds weekly meetings for 30 minutes
5+
every Tuesday at <time datetime="T16:30+01:00">16:30 CET</time> on the
66
{ref}`Ubuntu Matrix Server <matrix-index>`
77
in the {matrix}`Ubuntu Main inclusion requests <ubuntu-mir>` channel.
88

@@ -12,15 +12,16 @@ The purpose of the meeting is:
1212
* to provide a timely response to reporters of MIR requests
1313
* to detect and discuss any current or complex cases
1414

15-
You should attend these meetings if you submit an MIR request, until it is
16-
approved or rejected.
15+
You should attend these meetings if you submit an {ref}`MIR request <mir-submit-bug>`,
16+
until it is approved or rejected.
1717

1818
Due to the nature of the
1919
[Ubuntu Development Process](https://canonical-ubuntu-packaging-guide.readthedocs-hosted.com/en/2.0-preview/explanation/development-process/),
2020
there are times (e.g. close to Feature Freeze) when this meeting is busy and
2121
others (e.g. right after a new release) when it is quieter. Consequently,
22-
response times to MIR requests are (on average) usually faster in those quieter
23-
periods after the release of a new Ubuntu version.
22+
response times along the {ref}`MIR process <mir-process-overview>` are
23+
(on average) usually faster in those quieter periods after the release of a
24+
new Ubuntu version.
2425

2526

2627
## Meeting template

0 commit comments

Comments
 (0)