Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## What is this change?
- (List out the changes.)
- (Link to any relevant Github issues or Slack discussion)

## Considerations for discussion
- (List out any significant design decisions that were made and why.)

## How to test the changes (if needed)
- (How should a reviewer test this functionality)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sometimes tests are not needed (ie for most docs changes) so maybe add an 'if possible/needed' to that part of the template?

Other than that, this looks good!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done!

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great - thanks so much for doing this!

Loading