Skip to content

Commit

Permalink
chore: update PR template (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Sep 4, 2024
1 parent 03591d9 commit 3fb2eb2
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Please read and fill out this form before submitting your PR.
Please make sure you have reviewed our contributors guide before submitting your
first PR.
NOTE: PR titles should follow semantic commits: https://www.conventionalcommits.org/en/v1.0.0/
-->

## Overview
Expand All @@ -11,19 +13,6 @@ first PR.
Please provide an explanation of the PR, including the appropriate context,
background, goal, and rationale. If there is an issue with this information,
please provide a tl;dr and link the issue.
-->

## Checklist
<!--
Please complete the checklist to ensure that the PR is ready to be reviewed.
IMPORTANT:
PRs should be left in Draft until the below checklist is completed.
Ex: Closes #<issue number>
-->

- [ ] New and updated code has appropriate documentation
- [ ] New and updated code has new and/or updated testing
- [ ] Required CI checks are passing
- [ ] Visual proof for any user facing features like CLI or documentation updates
- [ ] Linked issues closed with keywords

0 comments on commit 3fb2eb2

Please sign in to comment.