Skip to content

Commit

Permalink
Update pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarmorling authored Jan 7, 2024
1 parent aaaf6bf commit fc675c4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#### Check List:
- [ ] Tests pass (`./test.sh <username>`)
- [ ] Tests pass (`./test.sh <username>` shows no differences between expected and actual outputs)
- [ ] All formatting changes by the build are committed
- [ ] Output matches that of calculate_average_baseline.sh
- [ ] Your launch script is named `calculate_average_<username>.sh` (make sure to match casing of your GH user name) and is executable
- [ ] Output matches that of `calculate_average_baseline.sh`
* Execution time:
* Execution time of reference implementation:

Expand All @@ -11,5 +12,5 @@ Use [x] to mark that the item has been completed.
Please submit only submissions that are taking less than 1 minute.
Please make sure that you have followed the defined rules (https://github.com/gunnarmorling/1brc?tab=readme-ov-file#rules-and-limits)
Please make sure that you have followed the defined rules (https://github.com/gunnarmorling/1brc?tab=readme-ov-file#rules-and-limits).
-->

0 comments on commit fc675c4

Please sign in to comment.