-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Labels
metaIssues and PRs related to the general management of the project.Issues and PRs related to the general management of the project.
Description
The COLLABORATOR_GUIDE doesn't seem to cover how to revert commits, and specifically what the commit message should be. I think we should try to agree what the standard process is.
For single commits with git revert HASH:
- Leave the commit message as is.
- Modify (not least to pass
node-validate-commit), e.g. fs: Revert throw on invalid callbacks #12976
For multiple commits with git revert FROM...TO:
- Leave as individual commits
- Format commit messages, e.g. Revert commits that cause failing tests on Windows CI #4679
- Squash the commits
Metadata
Metadata
Assignees
Labels
metaIssues and PRs related to the general management of the project.Issues and PRs related to the general management of the project.