Skip to content

Commit 8824188

Browse files
authored
Merge pull request #198 from reacher-z/chore/corpus-aware-templates
chore: corpus-aware issue + PR templates (default v2)
2 parents 1e975af + 415e2bb commit 8824188

3 files changed

Lines changed: 32 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ body:
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:

.github/ISSUE_TEMPLATE/new_test_case.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@ name: New Test Case Proposal
22
description: Propose a new test case for ClawBench
33
labels: ["new-test-case"]
44
body:
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:

.github/pull_request_template.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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 -->

0 commit comments

Comments
 (0)