From b491f9f3601c698222dad697aaaecab019eb743a Mon Sep 17 00:00:00 2001 From: Armando Banuelos Date: Thu, 7 Mar 2024 11:14:16 -0800 Subject: [PATCH] feat: adding pull request template --- .github/workflows/PULL_REQUEST_TEMPLATE.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/PULL_REQUEST_TEMPLATE.md diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE.md b/.github/workflows/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..885fb852c --- /dev/null +++ b/.github/workflows/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,19 @@ +## Pull Request + +### Description + + +### Jira Ticket + + +### Issue Link + + +### Checklist +- [ ] I have tested the changes locally by running `pytest` +- [ ] I have added or updated relevant documentation +- [ ] I have formatted my code with `black` and `isort` by running `make format` +- [ ] I have added test cases (if applicable) + +### Additional Notes + \ No newline at end of file