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
This commit is contained in:
Bertocq
2017-06-25 01:37:42 +02:00
parent b5da0dfc9a
commit 167df16567

View File

@@ -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?