From 167df1656730d0aca744ab4dee66ba24bbcc2388 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Sun, 25 Jun 2017 01:37:42 +0200 Subject: [PATCH] Fix Github Pull Request template Why: * The template tried to specify a placeholder for the title, but instead it was used as first line in the description * The template tried to specify a guide for each section with a `>` character to imply it was a comment, but people didn't remove it How: * Removing the first line specifying the title placeholder that has no use * Changing the `>` character on each section guide for a `-` that can be easily reused for enumerations --- .github/PULL_REQUEST_TEMPLATE | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 64c1da1be..ff14fef2f 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -1,5 +1,3 @@ -PR_TITLE_GOES_HERE - Where ===== * **Related Issue:** LINK_OR_#_REF @@ -7,24 +5,24 @@ Where What ==== -> Whats the objective of this changes ? +- Whats the objective of this changes ? How === -> How you implemented/achieved the objective ? +- How you implemented/achieved the objective ? Screenshots =========== -> If changes affect UI just show them drag&dropping images here +- If changes affect UI just show them drag&dropping images here Test ==== -> Is manual test needed or you just increased/fixed coverage? +- Is manual test needed or you just increased/fixed coverage? Deployment ========== -> Any details to remember when this feature is deployed? +- Any details to remember when this feature is deployed? Warnings ======== -> Some caveats or important things to notice? +- Some caveats or important things to notice?