Skip to content

Commit

Permalink
chore: Update pull request template (#302)
Browse files Browse the repository at this point in the history
* chore: Update pull request template
  • Loading branch information
bgins authored Aug 22, 2024
1 parent d7b6b16 commit e3d2aae
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
### Review Type Requested (choose one):
- [ ] **Glance** - superficial check (from domain experts)
- [ ] **Logic** - thorough check (from everybody doing review)

### Summary
Provide a one line summary and link to any relevant references

This pull request makes the following changes:

- [ ] Change 1
- [ ] Change 2

Explain the motivation for making these changes. Does this pull request implement a feature or fix a bug? Is it a docs change or a typo fix?

### Task/Issue reference

Closes: add_link_here

### Test plan

Please describe how reviewers can test the changes in this pull request. If the test plan is challenging to explain in text alone, a short video demonstration may be included.

### Details (optional)
Add any additional details that might help Code Reviewers digest this PR

### How to test this code? (optional)
Add any additional details that will help to review this pull request.

### Related issues or PRs (optional)

### Anything else? (optional)
Add any related issues or PRs.

0 comments on commit e3d2aae

Please sign in to comment.