From 168b870883a3fa8a9084e0ebac9b0216ba6791ad Mon Sep 17 00:00:00 2001 From: Armando Banuelos Date: Fri, 8 Mar 2024 10:38:49 -0800 Subject: [PATCH] fix: updating PR template based on feedback --- .github/workflows/PULL_REQUEST_TEMPLATE.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE.md b/.github/workflows/PULL_REQUEST_TEMPLATE.md index 5f13338df..7e42da70a 100644 --- a/.github/workflows/PULL_REQUEST_TEMPLATE.md +++ b/.github/workflows/PULL_REQUEST_TEMPLATE.md @@ -1,17 +1,15 @@ ### Description -### Jira Ticket - - ### Issue Link ### Checklist -- [ ] I have tested the changes locally by running `pytest` +- [ ] I have tested the changes locally via `pytest` and/or other means - [ ] I have added or updated relevant documentation -- [ ] I have formatted my code with `black` and `isort` by running `make format` +- [ ] I have auto formatted the code to black and istio conventions - [ ] I have added test cases (if applicable) ### Additional Notes - \ No newline at end of file + + \ No newline at end of file