From 55075b840c9194b8524627a293d6166528b9a1c2 Mon Sep 17 00:00:00 2001 From: askhalil Date: Tue, 26 Mar 2019 12:28:16 +0300 Subject: [PATCH] docs(DEVELOPERS): remove git revert misleading information Closes #16857 --- DEVELOPERS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/DEVELOPERS.md b/DEVELOPERS.md index 9e6d738a7e66..8a1ea954d514 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -257,7 +257,6 @@ If the commit reverts a previous commit, it should begin with `revert: `, follow of the reverted commit. In the body it should say: `This reverts commit .`, where the hash is the SHA of the commit being reverted. -A commit with this format is automatically created by the [`git revert`][git-revert] command. ### Type Must be one of the following: