From de95046c1108bc4721a4c6b57f94c73da092078f Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Thu, 20 Apr 2017 10:43:10 +0100 Subject: [PATCH] Reduce header sizes on PR template Stop getting in my face --- .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d3b3e6d8e..6fab79718 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ -# Introduction +## Introduction -## Relevant issues +### Relevant issues -# Changes -## API changes +## Changes +### API changes -## Behavioural changes +### Behavioural changes -# Backwards compatibility +## Backwards compatibility -# Follow-up +## Follow-up -# Tests +## Tests