diff options
| author | Gunnar Morling <gunnar.morling@googlemail.com> | 2024-01-07 11:34:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-07 11:34:38 +0100 |
| commit | fc675c4614fa7f4ad52344ee24b8003a38fb12f8 (patch) | |
| tree | fb9538b40e369bd88c77f11c99ce95302243bc68 | |
| parent | aaaf6bfb92bb90b3e5c6c3d546f91fa4dc0540ce (diff) | |
Update pull_request_template.md
| -rw-r--r-- | .github/pull_request_template.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 817073a..e9fae57 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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: @@ -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). --> |
