Skip to content

Commit

Permalink
Merge pull request #219 from BerkeleyLearnVerify/abanuelo/pr-template
Browse files Browse the repository at this point in the history
feat: adding pull request template
  • Loading branch information
abanuelo authored Mar 13, 2024
2 parents 29de7c8 + 6d62d9c commit 39dd102
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
### Description
<!-- Provide a brief description of the changes introduced by this pull request -->

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

### Checklist
- [ ] I have tested the changes locally via `pytest` and/or other means
- [ ] I have added or updated relevant documentation
- [ ] I have autoformatted the code with black and isort
- [ ] I have added test cases (if applicable)

### Additional Notes
<!-- 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 39dd102

Please sign in to comment.