diff options
| author | Filip Hrisafov <filip.hrisafov@gmail.com> | 2024-01-05 19:39:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-05 19:39:37 +0100 |
| commit | 133a89088a5743d2eebbccbc474636b849e0b987 (patch) | |
| tree | 1a9a73ddd09362e5e90095e78ded53722843e310 | |
| parent | 36dac255cf2b36811c5fc9b6fc9ca37e17bc34b6 (diff) | |
#122 add pull request template
| -rw-r--r-- | .github/pull_request_template.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..817073a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ +#### Check List: +- [ ] Tests pass (`./test.sh <username>`) +- [ ] All formatting changes by the build are committed +- [ ] Output matches that of calculate_average_baseline.sh +* Execution time: +* Execution time of reference implementation: + +<!-- +Thanks for your submission. Please go through the checklist above before submitting your pull request. +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) +--> |
