From 19ff7587b5904bc2ee93d616299418eecde058e8 Mon Sep 17 00:00:00 2001 From: Makoto Morimoto Date: Tue, 15 Nov 2022 13:34:56 -0800 Subject: [PATCH 1/2] 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. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 390a0a4303eb35..3b9046ac7acd8a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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 From f0b30dd867d359cc09e869874532bcf95819e14a Mon Sep 17 00:00:00 2001 From: Makoto Morimoto Date: Wed, 16 Nov 2022 10:52:55 -0800 Subject: [PATCH 2/2] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3b9046ac7acd8a..2aa564230b09c0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -24,4 +24,4 @@ PR flow tips: -Fixes # +* Fixes #