aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjtomass <juhani@vaadin.com>2018-04-14 17:53:33 +0300
committerIlia Motornyi <elmot@vaadin.com>2018-04-14 17:53:33 +0300
commit564fa8faf4391b7089369acf8b7f55602bf167f3 (patch)
tree8a16bc4649030a3c3ec0a30bf6966b04ad4881be
parent206a4d3146594a1ac1dd84be543e4c1089056560 (diff)
downloadvaadin-framework-564fa8faf4391b7089369acf8b7f55602bf167f3.tar.gz
vaadin-framework-564fa8faf4391b7089369acf8b7f55602bf167f3.zip
Pull request template (#10813)
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000000..7feb7996ae
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,10 @@
+Thanks for submitting a pull request!
+Please confirm that your pull request follows our guidelines found in CONTRIBUTING and that you provide enough information so that we can review your pull request.
+
+<Description of pull request, e.g. "Fix Grid Column not sortable with backend data and sort property">
+
+Fixes #<replace with an issue number>
+
+**Check when you have completed**
+[ ] Valid tests for the pull request
+[ ] Contributing guidelines implemented