From 133a89088a5743d2eebbccbc474636b849e0b987 Mon Sep 17 00:00:00 2001 From: Filip Hrisafov Date: Fri, 5 Jan 2024 19:39:37 +0100 Subject: [PATCH] #122 add pull request template --- .github/pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/pull_request_template.md 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 `) +- [ ] All formatting changes by the build are committed +- [ ] Output matches that of calculate_average_baseline.sh +* Execution time: +* Execution time of reference implementation: + +