Skip to content

Commit 6891dd8

Browse files
authored
Delete runtime-main mirror (#2620)
1 parent d4af8b2 commit 6891dd8

File tree

2 files changed

+1
-73
lines changed

2 files changed

+1
-73
lines changed

CreateAnExperiment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Experiments should be contained within a branch in the dotnet/runtimelab reposit
55
## Steps to setup a new experiment
66

77
- Pick a good name for your experiment and create branch for it in dotnet/runtimelab. Branch names should be prefixed with `feature/` in order to have official build support.
8-
- If the experiment is expected to require changes of .NET runtime itself, it should be branched off of [dotnet/runtimelab:runtime-main](https://github.com/dotnet/runtimelab/tree/runtime-main) that is a automatically maintained mirror of [dotnet/runtime:main](https://github.com/dotnet/runtime/tree/main).
8+
- If the experiment is expected to require changes of .NET runtime itself, it should be branched off of [dotnet/runtime:main](https://github.com/dotnet/runtime/tree/main).
99
- Otherwise, the experiment should be branched off of [dotnet/runtimelab:standalone-template](https://github.com/dotnet/runtimelab/tree/standalone-template) to get CI and all publishing infrastructure for your experiment.
1010
- Submit a PR to update the [README.MD](https://github.com/dotnet/runtimelab/blob/docs/README.md#active-experimental-projects) with the name of your branch and a brief description of the experiment. Example: [#19](https://github.com/dotnet/runtimelab/pull/19/files)
1111
- Create label `area-<your experiment name>` for tagging issues. The label should use color `#d4c5f9`.

runtime-main-mirror.yml

-72
This file was deleted.

0 commit comments

Comments
 (0)