Skip to content

Commit

Permalink
fix: updating PR template based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Armando Banuelos authored and Armando Banuelos committed Mar 8, 2024
1 parent 042a1dc commit 168b870
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
### Description
<!-- Provide a brief description of the changes introduced by this pull request -->

### Jira Ticket
<!-- Optionally reference a Jira ticket using the following format: [SCENIC-123] -->

### Issue Link
<!-- Provide a link to the related issue on GitHub or another issue tracking system -->

### 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
<!-- Add any additional information or context about the pull request -->
<!-- Add any additional information or context about the pull request -->
<!-- Optionally reference a Jira ticket using the following format: [SCENIC-123] -->

0 comments on commit 168b870

Please sign in to comment.