Merge pull request #1633 from consul/chore/add_github_pr_template

Github Pull Request Template
This commit is contained in:
Raimond Garcia
2017-06-19 10:47:09 +02:00
committed by GitHub

30
.github/PULL_REQUEST_TEMPLATE vendored Normal file
View File

@@ -0,0 +1,30 @@
PR_TITLE_GOES_HERE
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?