1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

docs(CONTRIBUTING): reword revert section to use the default message

This commit is contained in:
Zetok Zalbavar 2017-02-07 11:56:16 +00:00
parent 0bad48ed3b
commit 8c1632df45
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -220,8 +220,8 @@ Must be one of the following:
##### Revert
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:
`Revert commit <hash>.`, where the hash is the SHA of the commit being
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.
#### Scope