Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(mir-file-a-bug)=
(mir-bug-filing-process)=
# How to file an MIR bug

The steps of the MIR process require a **reporter** (the one who wants a package
Expand All @@ -8,7 +8,7 @@ team member (for an extra review).
The MIR bug **reporter** is expected to:

1. Thoroughly go through TODO/RULE entries in
{ref}`Ubuntu Main Inclusion RULEs and TODOs <mir-requirements>`,
{ref}`Ubuntu Main Inclusion RULEs and TODOs <mir-reporters-template>`,
check that the package meets all the points there.
If the package has non-trivial problems, it is not eligible for main
inclusion, and needs to be fixed first.
Expand All @@ -20,7 +20,7 @@ The MIR bug **reporter** is expected to:
1. File a bug report about the package, titled "`[MIR] sourcepackagename`".

1. Use the template from
{ref}`Ubuntu Main Inclusion RULEs and TODOs <mir-requirements>`.
{ref}`Ubuntu Main Inclusion RULEs and TODOs <mir-reporters-template>`.

1. For each rule include a positive or negative statement as confirmation
that you checked each requirement carefully.
Expand Down
7 changes: 3 additions & 4 deletions docs/staging/MIR/mir-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,10 @@ This section just collects all the documentation pages together for ease of
reference-- this is not the final format.
```

* {ref}`mir-requirements`
* {ref}`mir-bug-filing-process`
* {ref}`mir-templates-and-rules`
* {ref}`mir-file-a-bug`
* {ref}`mir-review-a-bug`

* {ref}`mir-reporters-template`
* {ref}`mir-reviewers-template`


## MIR special cases
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(mir-requirements)=
# Main Inclusion requirements
(mir-reporters-template)=
# MIR reporter's template

Use this template for the MIR bug report that you will file.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
(mir-review-a-bug)=
# How to review an MIR bug
(mir-reviewers-template)=
# MIR reviewer's template

This section is a guideline for the review by the
[MIR team](https://launchpad.net/~ubuntu-mir).
This section is a guideline for the review by the **reviewer**.

Usage follows {ref}`mir-templates-and-rules`.

Expand Down
Loading