We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fefab90 commit 92f3b30Copy full SHA for 92f3b30
COLLABORATOR_GUIDE.md
@@ -252,6 +252,13 @@ not can often be based on many complex factors that are not easily codified. It
252
is also possible that the breaking commit can be labeled retroactively as a
253
semver-major change that will not be backported to Current or LTS branches.
254
255
+##### Reverting commits
256
+
257
+Commits are reverted with `git revert <HASH>`, or `git revert <FROM>..<TO>` for
258
+multiple commits. Commit metadata and the reason for the revert should be
259
+appended. Commit message rules about line length and subsystem can be ignored.
260
+A Pull Request should be raised and approved like any other change.
261
262
### Deprecations
263
264
Deprecation refers to the identification of Public APIs that should no longer
0 commit comments