diff options
author | jtomass <juhani@vaadin.com> | 2018-04-14 17:53:33 +0300 |
---|---|---|
committer | Ilia Motornyi <elmot@vaadin.com> | 2018-04-14 17:53:33 +0300 |
commit | 564fa8faf4391b7089369acf8b7f55602bf167f3 (patch) | |
tree | 8a16bc4649030a3c3ec0a30bf6966b04ad4881be | |
parent | 206a4d3146594a1ac1dd84be543e4c1089056560 (diff) | |
download | vaadin-framework-564fa8faf4391b7089369acf8b7f55602bf167f3.tar.gz vaadin-framework-564fa8faf4391b7089369acf8b7f55602bf167f3.zip |
Pull request template (#10813)
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 10 |
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 |