Skip to content

Commit 4ccdf01

Browse files
stevemaonetman92
authored andcommitted
docs(CONTRIBUTING): revert is a modifier
EG: angular@462f444 Closes angular#12032
1 parent 3198708 commit 4ccdf01

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)