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:
14
.github/PULL_REQUEST_TEMPLATE
vendored
14
.github/PULL_REQUEST_TEMPLATE
vendored
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user