From 3225a3236cd4a9985c213904101416ff2b3ac499 Mon Sep 17 00:00:00 2001 From: Andrew Pochapsky Date: Mon, 31 Jan 2022 07:00:30 -0500 Subject: [PATCH] Add PR template (#77) --- .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ 1 file changed, 16 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..0b6632e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +# Motivation +State the reason behind this change. + +# Implementation +Explain the details of the change. + +# Testing + +## Unit/Integration tests +Were any unit or integration tests written for this change? If not, state why. + +## On-chain tests +Were any on-chain tests conducted for this change? If not, state why. + +# Future work +Specify any future work involving this change.