This is an automated email from the ASF dual-hosted git repository.

ocket8888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 6429ae9  Update the GitHub pull request template to include recent git 
refs (#4601)
6429ae9 is described below

commit 6429ae96460bfdab445e689a8f1d024b820febac
Author: Zach Hoffman <[email protected]>
AuthorDate: Mon Apr 6 15:49:10 2020 -0600

    Update the GitHub pull request template to include recent git refs (#4601)
    
    instead of old ones
---
 PULL_REQUEST_TEMPLATE.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
index b743ac6..a9c59fc 100644
--- a/PULL_REQUEST_TEMPLATE.md
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -51,13 +51,13 @@ tests are unnecessary for this Pull Request. -->
 the best of your knowledge. It's also pretty helpful to include a commit hash
 of where 'master' is at the time this PR is opened (if it affects master),
 because what 'master' means will change over time. For example, if this PR
-fixes a bug that's present in master (at commit hash '2697ebac'), in v3.0.0,
-and in the current 3.0.1 Release candidate (e.g. RC1), then this list would
+fixes a bug that's present in master (at commit hash '1df853c8'), in v4.0.0,
+and in the current 4.0.1 Release candidate (e.g. RC1), then this list would
 look like:
 
-- master (2697ebac)
-- 3.0.0
-- 3.0.1 (RC1)
+- master (1df853c8)
+- 4.0.0
+- 4.0.1 (RC1)
 
 If you don't know what other versions might have this bug, AND don't know how
 to find the commit hash of 'master', then feel free to leave this section

Reply via email to