-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: updating PR template based on feedback
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] --> |