Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.68 KB

CreateAnExperiment.md

File metadata and controls

14 lines (11 loc) · 1.68 KB

Create an experiment

Experiments should be contained within a branch in the dotnet/runtimelab repository. Keeping all experiments branches in one repository helps with community visibility.

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.
  • Submit a PR to update the README.MD with the name of your branch and a brief description of the experiment. Example: #19
  • Create label area-<your experiment name> for tagging issues. The label should use color #d4c5f9.
  • If your experiment is branched from dotnet/runtime:
    • Enable CI builds by editing eng/pipelines/runtimelab.yml in your branch. Example: #137
    • To avoid spurious github notifications for merges from upstream, delete .github/CODEOWNERS from your branch or replace it with setting specific to your experiment. Example: #26