Github user JonZeolla commented on a diff in the pull request:
https://github.com/apache/metron/pull/902#discussion_r162688528
--- Diff: metron-dev-support/committer-utils/README.md ---
@@ -0,0 +1,96 @@
+# Committer Tools
+
+This project contains tools to assist Apache Metron project committers.
+
+## Prepare Commit
+
+This script automates the process of merging a pull request into
`apache/master`. The script will prompt for the pull request number. Most of
the remaining information is automatically extracted from Github or the Apache
JIRA.
+
+When prompted the `[value in brackets]` is used by default. To accept the
default, simply press `enter`. If you would like to change the default, type
it in and hit `enter` when done.
+
+In the following example, I enter the pull request number (`80`) when
prompted. Using the pull request number, the script can extract most of the
remaining required information.
--- End diff --
`s/80/897/`
---