File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 description : What happened? What did you expect?
1010 validations :
1111 required : true
12+ - type : dropdown
13+ id : corpus
14+ attributes :
15+ label : Corpus
16+ description : Which ClawBench corpus were you running? V2 is the current default.
17+ default : 0
18+ options :
19+ - v2
20+ - v1
21+ - v1-lite
22+ - claw-eval
23+ - not applicable
1224 - type : input
1325 id : test-case
1426 attributes :
Original file line number Diff line number Diff line change @@ -2,6 +2,17 @@ name: New Test Case Proposal
22description : Propose a new test case for ClawBench
33labels : ["new-test-case"]
44body :
5+ - type : dropdown
6+ id : corpus
7+ attributes :
8+ label : Target corpus
9+ description : Which ClawBench corpus should this test case land in? V2 is the current default.
10+ default : 0
11+ options :
12+ - v2
13+ - v1
14+ validations :
15+ required : true
516 - type : input
617 id : platform
718 attributes :
Original file line number Diff line number Diff line change 22
33<!-- Brief description -->
44
5+ ## Corpus
6+
7+ <!-- Tick the corpus this change applies to. V2 is the current default. -->
8+
9+ - [x] v2
10+ - [ ] v1
11+ - [ ] both
12+ - [ ] not applicable
13+
514## Test plan
615
716- [ ] <!-- How you verified this works -->
You can’t perform that action at this time.
0 commit comments