Add abstract for the Prolog-less submit rules talk

Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: I0346f7be10fbac7cfa5e0fb77fb19244befc787d
diff --git a/schedule-europe.md b/schedule-europe.md
index 54783a3..e2da9b8 100644
--- a/schedule-europe.md
+++ b/schedule-europe.md
@@ -26,7 +26,7 @@
 | 10:45 | First-class Gerrit CI integration with Checks                                                |
 | 11:45 | Gerrit goes multi-site                                                                       |
 | 12:45 | Lunch & Networking                                                                           |
-| 14:00 | Prolog-less submit rules, easy and for everyone                                              |
+| 14:00 | [Prolog-less submit rules, easy and for everyone](sessions/prolog-less-submit-rules.md)      |
 | 15:00 | Gerrit at Volvo Cars                                                                         |
 | 16:00 | Break & Networking                                                                           |
 | 16:30 | Using Zuul CI with Gerrit                                                                    |
diff --git a/sessions/prolog-less-submit-rules.md b/sessions/prolog-less-submit-rules.md
new file mode 100644
index 0000000..12a50e6
--- /dev/null
+++ b/sessions/prolog-less-submit-rules.md
@@ -0,0 +1,18 @@
+# Prolog-less submit rules, easy and for everyone
+
+For many teams it is important to customize the conditions that make a change
+submittable (e.g. to enforce non-author code reviews). The traditional way to do
+this is via
+[Prolog submit rules](https://gerrit-review.googlesource.com/Documentation/prolog-cookbook.html#SubmitRule),
+but many project owners struggle with Prolog and find Prolog submit rules hard
+to use. Writing, testing and maintaining complex Prolog rules can be difficult
+and time-consuming. In this talk I want to introduce you to an alternative and
+show you how submit rules can be easily configured from the WebUI by using the
+[simple-submit-rules plugin](https://gerrit-review.googlesource.com/admin/repos/plugins/simple-submit-rules).
+The plugin is based on a
+[new extension point](https://gerrit-review.googlesource.com/admin/repos/plugins/simple-submit-rules)
+that allows to implement submit rules in Java. I will explain how you can use
+this extension point to add your own submit rules and how submit rules from
+different plugins can be combined.
+
+*[Edwin Kempin, Google](../speakers.md#ekempin)*