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/02/11 17:34:31 UTC

[trafficcontrol] branch master updated: Update PULL_REQUEST_TEMPLATE.md (#3300)

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 7bc7ed4  Update PULL_REQUEST_TEMPLATE.md (#3300)
7bc7ed4 is described below

commit 7bc7ed499ed3a4fc6cfe8e987f6ea42ed3e324c1
Author: anna-k-1 <42...@users.noreply.github.com>
AuthorDate: Mon Feb 11 10:34:26 2019 -0700

    Update PULL_REQUEST_TEMPLATE.md (#3300)
    
    * Update PULL_REQUEST_TEMPLATE.md
    
    Better PRs will hopefully lead to moving faster.
    
    * Update PULL_REQUEST_TEMPLATE.md
    
    * Update PULL_REQUEST_TEMPLATE.md
    
    * Update PULL_REQUEST_TEMPLATE.md
    
    * Update PULL_REQUEST_TEMPLATE.md
---
 PULL_REQUEST_TEMPLATE.md | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
index 4e16a1b..4b2dfb2 100644
--- a/PULL_REQUEST_TEMPLATE.md
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -1,8 +1,8 @@
-#### What does this PR do?
+## Which issue is fixed by this PR? If not related to an existing issue, what does this PR do?
 
-Fixes #(issue_number)
+Fixes #(replace_this_text_with_issue_number) 
 
-#### Which TC components are affected by this PR?
+## Which TC components are affected by this PR?
 
 - [ ] Documentation
 - [ ] Grove
@@ -16,10 +16,11 @@ Fixes #(issue_number)
 - [ ] Traffic Vault
 - [ ] Other _________
 
-#### What is the best way to verify this PR?
+## What is the best way to verify this PR? Please include manual steps or automated tests. 
+### (If no tests are part of this PR, please provide explanation as to why no tests are included.)
 
 
-#### Check all that apply
+## Check all that apply
 
 - [ ] This PR includes tests
 - [ ] This PR includes documentation updates