From c6a55131df57cac82f07418844686be60910b9cb Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 8 Aug 2025 18:15:05 -0400 Subject: [PATCH] docs: Fix instructions to clearly indicate PRs should only have one commit Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dc0723353..c6ae440be 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,7 +49,7 @@ This project follows ## Requirement for PRs -- Each PR should only have one commit. Please squash it if there are multiple PRs. +- Each PR should only have one commit. Please squash all commits together. - All PRs, other than small documentation or typo fixes, should have a Issue assoicated. If not, please create one. - Small, focused PRs. Keep changes minimal—one concern per PR. - For bug fixes or features, please provide logs or screenshot after the fix is applied to help reviewers better understand the fix.