Skip to content

Commit aa9a22b

Browse files
lucas-zimermanconstantinius
authored andcommitted
Develop: Correct typo from 'pare' to 'parse' in documentation (#16860)
1 parent 30c9664 commit aa9a22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop-docs/engineering-practices/commit-messages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sidebar_order: 10
1616

1717
### Merge vs Rebase
1818

19-
Sentry uses a rebase workflow. That means that every commit on its own should be a clear, functional, and stable change. This means that when you’re building a new feature, you should try to pare it down into functional steps, and when that’s not reasonable, the end patch should be a single commit. This is counter to having a Pull Request which may include “fix [unmerged] behavior”. Those commits should be squashed, and the final patch when landed should be rebased.
19+
Sentry uses a rebase workflow. That means that every commit on its own should be a clear, functional, and stable change. This means that when you’re building a new feature, you should try to parse it down into functional steps, and when that’s not reasonable, the end patch should be a single commit. This is counter to having a Pull Request which may include “fix [unmerged] behavior”. Those commits should be squashed, and the final patch when landed should be rebased.
2020

2121
Remember: each commit should follow the commit message format and be stable (green build).
2222

0 commit comments

Comments
 (0)