From 00dd64f2cb166bf78fa9306e63aa67523d8a36be Mon Sep 17 00:00:00 2001 From: Shane Vitarana Date: Thu, 13 Apr 2023 23:04:23 -0400 Subject: [PATCH] Added issue template --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 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 00000000..da363b5c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +## Checklist before requesting a review + +- [ ] I have added documentation to README +- [ ] I have performed a self-review of my code +- [ ] I have tested this new feature or change on devnet and verified that it works