Skip to content
Merged
Changes from 1 commit
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
8 changes: 4 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ If possible, please consider writing useful notes for better and faster reviews

### How was this pull request tested?
<!--
If tests were added, say they were added here. Please make sure to add some test cases that check the changes thoroughly
including negative and positive cases if possible.
Please make sure to add some test cases that check the changes thoroughly
including negative and positive cases, if possible.

If it was tested in a way different from regular unit tests, please clarify how you tested step by step,
If changes was tested in a way different from regular unit tests, please clarify how you tested step by step,
ideally copy and paste-able, so that other reviewers can test and check, and descendants can verify in the future.

If tests were not added, please describe why they were not added and/or why it was difficult to add.
If tests were not added, please describe why they were not added e.g. documentation only, GH workflow updates, etc.
-->


Expand Down