Skip to content

Commit df66ed4

Browse files
Update PR templates (#33)
Co-authored-by: Joseph Hart <92541539+joehart2001@users.noreply.github.com>
1 parent 5a60a27 commit df66ed4

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.github/PULL_REQUEST_TEMPLATE/new_benchmark.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,16 @@ PR author **must** check the checkboxes below when creating the PR.
1818

1919
## Linked issue
2020

21-
<!-- Enter the number of the issue this resolves. This should be labelled as "new benchmark" -->
21+
<!-- Enter the number of the issue this resolves. This should be labelled as "new benchmark". -->
2222
Resolves #
2323

2424
## Progress
2525

26-
<!-- Which aspects of the new benchmark are complete? -->
26+
<!-- Which aspects of adding the new benchmark are complete? Any issues encountered can also be discussed here. -->
2727
- [ ] Calculations
2828
- [ ] Analysis
2929
- [ ] Application
30+
- [ ] Documentation
3031

3132
## Testing
3233

.github/PULL_REQUEST_TEMPLATE/new_model.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,21 @@ PR author **must** check the checkboxes below when creating the PR.
1414

1515
## Summary
1616

17-
<!-- Describe the new model. This can be brief, as most information should be in the linked issue. -->
17+
<!-- Describe the new model. This can be brief, as most information can be in the linked issue. -->
1818

19+
## Model Reference
20+
<!-- Add a reference for the model and a link to download the model checkpoint. -->
1921
## Linked issue
2022

21-
<!-- Enter the number of the issue this resolves. This should be labelled as "new model" -->
23+
<!-- Enter the number of the issue this resolves. This should be labelled as "new model". -->
2224
Resolves #
2325

26+
## Progress
27+
28+
<!-- Which aspects of adding the new model are complete? Any issues encountered can also be discussed here. -->
29+
- [ ] Model configuration
30+
- [ ] Documentation
31+
2432
## Testing
2533

2634
<!-- Which benchmarks have you tested your model against? -->

0 commit comments

Comments
 (0)