Skip to content

Commit

Permalink
feat: adding pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
Armando Banuelos committed Mar 7, 2024
1 parent 29de7c8 commit b491f9f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Pull Request

### 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 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
<!-- Add any additional information or context about the pull request -->

0 comments on commit b491f9f

Please sign in to comment.