You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2019/07/24 17:39:09 UTC

[trafficcontrol] branch master updated: Fix PR template typo (#3751)

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

mitchell852 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 4b2a826  Fix PR template typo (#3751)
4b2a826 is described below

commit 4b2a826604bd0ef2cf1be5d9a42f0c37d63dc0a9
Author: Robert Butts <ro...@users.noreply.github.com>
AuthorDate: Wed Jul 24 11:39:02 2019 -0600

    Fix PR template typo (#3751)
---
 PULL_REQUEST_TEMPLATE.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
index 073d719..901e34d 100644
--- a/PULL_REQUEST_TEMPLATE.md
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -46,7 +46,7 @@ it includes tests (and most should), outline here the steps needed to run the
 tests. If not, lay out the manual testing procedure and please explain why
 tests are unnecessary for this Pull Request. -->
 
-## If this is a bug fix, what versions of Traffic Ops are affected?
+## If this is a bug fix, what versions of Traffic Control are affected?
 <!-- If this PR fixes a bug, please list here all of the affected versions - to
 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),