From 83243b61a64ba96a53f98b6094abf1f0d5bb3aa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Vi=E1=BB=87t=20H=C6=B0ng?= Date: Thu, 18 Oct 2018 12:39:57 +0700 Subject: [PATCH] smaller header font size --- PULL_REQUEST_TEMPLATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 8fff1f32..6aa1bb63 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,10 +1,10 @@ -# Description +## Description -# Issue fixed +## Issue fixed @@ -13,7 +13,7 @@ Please list out all issue fixed with this PR here. Please make sure you fill in these checkboxes, your PR will be reviewed faster if we know exactly what it does. --> -# Type of changes +## Type of changes - [ ] Bug fix (Change that fixed an issue) - [ ] Breaking change (Change that can cause existing functionality to change) @@ -21,7 +21,7 @@ your PR will be reviewed faster if we know exactly what it does. - [ ] Feature (Change that adds new functionality) - [ ] Documentation change (Change that modifies documentation. Maybe typo fixes) -# Checklist: +## Checklist: - [ ] My code follows the project code style - [ ] I have written test for my code and it has been tested