From f3a92585ea34d82ff37e6d5cb9e6fc428eeec509 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Fri, 28 Jul 2017 17:24:00 -0700 Subject: [PATCH] CRM-20965 - PULL_REQUEST_TEMPLATE - Change header notation If you use the `#` notation for headers, the Github CLI (`hub pull-request`) would filter out those lines as comments. Using the `---` notation should provide that. --- .github/PULL_REQUEST_TEMPLATE.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8dbdcc0e10..85e7f8f59d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,14 +1,19 @@ -## Overview +Overview +---------------------------------------- _A brief description of the pull request. Try to keep it non-technical._ -## Before +Before +---------------------------------------- _The current status. Please provide screenshots or gifs ([LICEcap](http://www.cockos.com/licecap/), [SilentCast](https://github.com/colinkeenan/silentcast)) where appropriate._ -## After +After +---------------------------------------- _What has been changed. Please provide screenshots or gifs ([LICEcap](http://www.cockos.com/licecap/), [SilentCast](https://github.com/colinkeenan/silentcast)) where appropriate._ -## Technical Details +Technical Details +---------------------------------------- _If the PR introduces noteworthy technical changes, please describe them here. Provide code snippets if necessary_ -## Comments +Comments +---------------------------------------- _Anything else you would like the reviewer to note_ -- 2.25.1