Skip to content

Commit

Permalink
runtime master branch to main renaming (#753)
Browse files Browse the repository at this point in the history
* runtime master branch to main renaming

* Update CreateAnExperiment.md

Co-authored-by: Jan Kotas <[email protected]>

Co-authored-by: Jan Kotas <[email protected]>
  • Loading branch information
ViktorHofer and jkotas authored Mar 1, 2021
1 parent 8b7b9d9 commit 4388c89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CreateAnExperiment.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Experiments should be contained within a branch in the dotnet/runtimelab reposit
## Steps to setup a new experiment

- 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.
- If the experiment is expected to require changes of .NET runtime itself, it should be branched off of [dotnet/runtimelab:runtime-master](https://github.com/dotnet/runtimelab/tree/runtime-master) that is a automatically maintained mirror of [dotnet/runtime:master](https://github.com/dotnet/runtime/tree/master).
- If the experiment is expected to require changes of .NET runtime itself, it should be branched off of [dotnet/runtimelab:runtime-master](https://github.com/dotnet/runtimelab/tree/runtime-master) that is a automatically maintained mirror of [dotnet/runtime:main](https://github.com/dotnet/runtime/tree/main).
- 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.
- Submit a PR to update the [README.MD](https://github.com/dotnet/runtimelab/blob/master/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)
- Create label `area-<your experiment name>` for tagging issues. The label should use color `#d4c5f9`.
Expand Down
2 changes: 1 addition & 1 deletion runtime-master-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: SourceRemote
value: runtime
- name: SourceBranch
value: master
value: main
- name: TargetBranch
value: runtime-master
- group: DotNet-Maestro
Expand Down

0 comments on commit 4388c89

Please sign in to comment.