Skip to content

Commit fc3d0cf

Browse files
authored
Merge pull request #120 from githubnext/autoloop/build-tsb-pandas-typescript-migration-480c452af2b58478
[Autoloop] [Autoloop: build-tsb-pandas-typescript-migration]
2 parents 8def030 + 73cef1a commit fc3d0cf

30 files changed

Lines changed: 7321 additions & 55 deletions

.autoloop/programs/example.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!-- AUTOLOOP:UNCONFIGURED -->
2+
<!-- Remove the line above once you have filled in your program. -->
3+
<!-- Autoloop will NOT run until you do. -->
4+
5+
# Autoloop Program
6+
7+
<!-- Rename this file to something meaningful (e.g. training.md, coverage.md).
8+
The filename (minus .md) becomes the program name used in issues, PRs,
9+
and slash commands. Want multiple loops? Add more .md files here. -->
10+
11+
## Goal
12+
13+
<!-- Describe what you want to optimize. Be specific about what 'better' means. -->
14+
15+
REPLACE THIS with your optimization goal.
16+
17+
## Target
18+
19+
<!-- List files Autoloop may modify. Everything else is off-limits. -->
20+
21+
Only modify these files:
22+
- `REPLACE_WITH_FILE` -- (describe what this file does)
23+
24+
Do NOT modify:
25+
- (list files that must not be touched)
26+
27+
## Evaluation
28+
29+
<!-- Provide a command and the metric to extract. -->
30+
31+
```bash
32+
REPLACE_WITH_YOUR_EVALUATION_COMMAND
33+
```
34+
35+
The metric is `REPLACE_WITH_METRIC_NAME`. **Lower/Higher is better.** (pick one)

0 commit comments

Comments
 (0)