We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee9b76 commit 31af241Copy full SHA for 31af241
1 file changed
docs/contributing/standards.rst
@@ -103,6 +103,13 @@ Commits that fix or close an issue should include a reference like
103
*Closes #XXX* or *Fixes #XXX* in the commit message. Doing so will
104
automatically close the `GitHub issue`_ when the pull request is merged.
105
106
+Merge Approval
107
+--------------
108
+Deis maintainers add "**LGTM**" (Looks Good To Me) in code
109
+review comments to indicate that a PR is acceptable. Any code change--other than
110
+a simple typo fix or one-line documentation change--requires at least two of
111
+Deis' maintainers to accept the change in this manner before it can be merged.
112
+
113
.. _Python: http://www.python.org/
114
.. _flake8: https://pypi.python.org/pypi/flake8/
115
.. _pep8_tool: https://pypi.python.org/pypi/pep8/
0 commit comments