Fill in place holder.

Change-Id: I31dd7a908170573676d1cda9c571b653e4a70688
diff --git a/schedule.md b/schedule.md
index 1fdd4f2..d4e005a 100644
--- a/schedule.md
+++ b/schedule.md
@@ -32,7 +32,7 @@
 | 10:45 | Break & Networking                                                                           |
 | 11:30 | [BLIMP Tracer: Integrating Build Impact Analysis with Code Review](sessions/blimp-tracer.md) |
 | 12:15 | Lunch & Networking                                                                           |
-| 14:00 | [Gerrit at Google PLACEHOLDER] - hanwen                                                      |
+| 14:00 | [Submit rules without prolog](sessions/simple-submit.md)                                                      |
 | 14:45 | [Automated Security Analysis with Gerrit Robot Comments] - *PLACEHOLDER*                     |
 | 15:30 | Break & Networking                                                                           |
 | 16:00 | [Lessons learned from Gerrit 2.7 to 2.14 migration](sessions/migration-2.7-to-2.14.md)       |
diff --git a/sessions/simple-submit.md b/sessions/simple-submit.md
new file mode 100644
index 0000000..c8edb3d
--- /dev/null
+++ b/sessions/simple-submit.md
@@ -0,0 +1,9 @@
+# Simple submit rules for Gerrit
+
+Gerrit submit rules are traditionally written in Prolog, which is powerful, but
+difficult to write and understand.
+
+In this talk, I will present work by my team at Google to offer a simpler
+mechanism for configuring submission rules.
+
+*[Han-Wen Nienhuys, Staff Software Engineer / Google](../speakers.md#hanwen)*