Skip to content

Commit 2fcce63

Browse files
doc(contributing): add note about force-pushing (#229)
1 parent c508cb7 commit 2fcce63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Thank you for your interest in contributing to this project! We value contributi
44

55
## Getting Started
66

7+
> [!CAUTION]
8+
> **Do NOT force-push to your PR branch** unless absolutely necessary. A force-push breaks the PR review and will cause significant delays to the review process. A clean branch history is not important for merging the PR: this repository uses squash-merge, so each PR is collapsed into a single commit using the PR's title.
9+
710
### Prerequisites
811

912
Before you begin, ensure you have the current versions of the following installed:

0 commit comments

Comments
 (0)