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
23 changes: 16 additions & 7 deletions .github/PULL_REQUEST_TEMPLATE.md
Copy link
Collaborator

Choose a reason for hiding this comment

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

Just to clarify, we don't expect people to answer all of these questions, right? It's just like a reminder that someone may consider, right?

Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
## Fixes / Features
-
-
# Description
<!--
Describe your change.
What does it introduce?
Why do we need it?
If you are releasing a feature, have you updated documentation?
-->

## Testing / Documentation
Testing details.
# Issue
<!--
Is there any related issue this change is trying to fix?
-->

- [ y/n ] Tests pass
- [ y/n ] Appropriate changes to documentation are included in the PR
# Testing
<!--
Have you performed any manual testing on your change?
Have you verified use cases affected by goldens?
-->
Loading