Skip to content

Commit 1865d74

Browse files
committed
[WIP] Make the template be a markdown codeblock for copy-pasting
1 parent 5306bdb commit 1865d74

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

src/compiler/proposals-and-stabilization/custom-test-jobs.md

+18-8
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,20 @@ fail, potentially blocking PR / Full Merge CI in completely unrelated PRs.
6767

6868
---
6969

70-
> The ecosystem/integration test job/component ("test job/component") proposed for the
71-
> [rust-lang/rust] CI must:
72-
>
73-
> - Be approved by the compiler team through a proposed MCP, where the MCP is seconded by a compiler
74-
> team member, and the MCP is accepted with no blocking concerns.
75-
> - Have no blocking concerns from the library team.
76-
> - Have the implementation PR be reviewed and approved by the infrastructure team.
77-
> - Be properly documented on [rustc-dev-guide] (preferably as part of the implementation PR).
70+
```markdown
71+
## Ecosystem and Integration Test Job/Component Policy
72+
73+
The ecosystem/integration test job/component ("test job/component") proposed for the
74+
[rust-lang/rust] CI must:
75+
76+
- Be approved by the compiler team through a proposed MCP, where the MCP is seconded by a compiler
77+
team member, and the MCP is accepted with no blocking concerns.
78+
- Have no blocking concerns from the library team.
79+
- Have the implementation PR be reviewed and approved by the infrastructure team.
80+
- Be properly documented on [rustc-dev-guide] (preferably as part of the implementation PR).
81+
82+
Please complete the sections below so [rust-lang/rust] teams can have sufficient context about the
83+
proposed test job/component.
7884

7985
### Test job/component rationale
8086

@@ -234,5 +240,9 @@ this question.*
234240
*Please provide responses here, replacing this sentence.*
235241

236242

243+
[rust-lang/rust]: https://github.com/rust-lang/rust
244+
[rustc-dev-guide]: https://github.com/rust-lang/rustc-dev-guide
245+
```
246+
237247
[rust-lang/rust]: https://github.com/rust-lang/rust
238248
[rustc-dev-guide]: https://github.com/rust-lang/rustc-dev-guide

0 commit comments

Comments
 (0)