diff options
| author | Gunnar Morling <gunnar.morling@googlemail.com> | 2024-01-15 20:12:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-15 20:12:31 +0100 |
| commit | dd9a3dde7e692198cdd58570fc2bd1822d2ca237 (patch) | |
| tree | a26f41fd74c4a1f19265ec3955c16b460dfc5640 | |
| parent | 6fe395cbaed2ed51fbdc1a16dead896b90ca75ec (diff) | |
Update pull_request_template.md
| -rw-r--r-- | .github/pull_request_template.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6e4a38a..6f71c45 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,6 +3,8 @@ - [ ] All formatting changes by the build are committed - [ ] 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` +- [ ] For new entries, or after substantial changes: When implementing custom hash structures, please point to where you deal with hash collisions (line number) + * Execution time: * Execution time of reference implementation: |
