Skip to content

Commit

Permalink
chore: Updating Pull Request Template (#25683)
Browse files Browse the repository at this point in the history
* chore: Updating Pull Request Template

## PR Description

This PR updates the PR Template so that it reads `## Previous Behavior` instead of `## Current Behavior` when referring to the behavior that existed before the changes in the PR. This makes it less ambiguous as `Current` could mean the behavior before or after the PR depending on how it's used.

* Update PULL_REQUEST_TEMPLATE.md
  • Loading branch information
khmakoto authored Nov 17, 2022
1 parent fc94f09 commit 94e156b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PR flow tips:
* [ ] Once you're ready (ideally the pipeline is passing) promote your PR to Ready for Review. This step will auto-assign reviewers for your PR.
-->

## Current Behavior
## Previous Behavior

<!-- This is the behavior we have today -->

Expand All @@ -24,4 +24,4 @@ PR flow tips:

<!-- Please link the issue being fixed so it gets closed when this is merged. -->

Fixes #
* Fixes #

0 comments on commit 94e156b

Please sign in to comment.