From 9ba9fd5e7ab21d48a399fd422a95e0964bdaf493 Mon Sep 17 00:00:00 2001 From: legendecas Date: Mon, 18 Oct 2021 14:08:35 +0800 Subject: [PATCH] chore: slim font size for section title in PR template Keep all section titles in same font size. --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c15dc709ef..554b4ebfee 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -30,13 +30,13 @@ Please delete options that are not relevant. - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update -# How Has This Been Tested? +## How Has This Been Tested? Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration - [ ] Test A -# Checklist: +## Checklist: - [ ] Followed the style guidelines of this project - [ ] Unit tests have been added