aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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