Confirmed users
371
edits
(Creating this page) |
(better formatting) |
||
| Line 6: | Line 6: | ||
* create a new folder under experiments/ for your new experiment | * create a new folder under experiments/ for your new experiment | ||
** it is highly recommended that you use `hg cp` from an existing folder (this makes review easier as it's able to track the changes made to the boilerplate files) | ** it is highly recommended that you use `hg cp` from an existing folder (this makes review easier as it's able to track the changes made to the boilerplate files) | ||
** e.g. | ** e.g. | ||
** use a descriptive folder name to | *** <code>cd experiments; hg cp e10s-beta45-withoutaddons my-new-experiment</code> | ||
* the main experiment code | ** use a descriptive folder name to highlight the feature, channel and version | ||
* the main experiment code lives in code/bootstrap.js | |||
== Manifest file == | == Manifest file == | ||