Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 8f6dac9

Browse files
stevemaopetebacondarwin
authored andcommitted
docs(CONTRIBUTING): revert is a modifier
EG: 462f444 Closes #12032
1 parent de5b8dc commit 8f6dac9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

+3
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@ format that includes a **type**, a **scope** and a **subject**:
202202
Any line of the commit message cannot be longer 100 characters! This allows the message to be easier
203203
to read on github as well as in various git tools.
204204

205+
### Revert
206+
If the commit reverts a previous commit, it should begin with `revert: `, followed by the header of the reverted commit. In the body it should say: `This reverts commit <hash>.`, where the hash is the SHA of the commit being reverted.
207+
205208
### Type
206209
Must be one of the following:
207210

0 commit comments

Comments
 (0)