Files
grecia/.github/PULL_REQUEST_TEMPLATE
Bertocq 167df16567 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
2017-06-25 01:37:42 +02:00

29 lines
502 B
Plaintext

Where
=====
* **Related Issue:** LINK_OR_#_REF
* **Related PR's:** LINK_OR_#_REF_IF_ANY
What
====
- Whats the objective of this changes ?
How
===
- How you implemented/achieved the objective ?
Screenshots
===========
- If changes affect UI just show them drag&dropping images here
Test
====
- Is manual test needed or you just increased/fixed coverage?
Deployment
==========
- Any details to remember when this feature is deployed?
Warnings
========
- Some caveats or important things to notice?