From 939e1791fc5e4d76c60518d7c589e54d5ef657b1 Mon Sep 17 00:00:00 2001 From: josh crites Date: Thu, 2 Jan 2025 12:38:12 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b9f29ee..2e758a1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,9 +6,6 @@ This guide will discuss how the team handles [Commits](#commits), [Pull Requests **Note:** We won't force external contributors to follow this verbatim, but following these guidelines definitely helps us in accepting your contributions. -> [!NOTE] -> Please tag @DeveloperRelations if you have any questions. - ## Commits We want to keep our commits small and focused. This allows for easily reviewing individual commits and/or splitting up pull requests when they grow too big. Additionally, this allows us to merge smaller changes quicker.