From c8b0d3604171cff57b2531ba5b6ae0b1b5ffbce1 Mon Sep 17 00:00:00 2001 From: Greg Sheppard <13774377+gregalia@users.noreply.github.com> Date: Wed, 19 Jul 2023 16:49:02 +0300 Subject: [PATCH] Create pull_request_template https://firetail-io.atlassian.net/browse/FIRE-983 --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 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..b2ad03f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +## Describe your changes + +## Issue ticket number and link + +## Checklist before requesting a review + +- [ ] I have resolved any merge conflicts +- [ ] I have run tests locally and they pass +- [ ] I have linted and auto-formatted the code +- [ ] If there is new or changed functionality, I have added/updated the tests +- [ ] If there is new or changed functionality, I have added/updated the documentation