From 1f7ae754647bfa148806a187238e31eb76c4d038 Mon Sep 17 00:00:00 2001 From: dharapandya85 Date: Fri, 11 Jul 2025 17:15:57 +0530 Subject: [PATCH] docs(contributing): clarify use of scopes in commit example Update the example commits under the "Use Conventional Commits" section to demonstrate proper usage of scopes and how to indicate breaking changes with the `!` symbol. This improves clarity for contributors and aligns example with expected commit formatting. Signed-off-by: dharapandya85 --- CONTRIBUTING.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5d7ea29..be5877e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,11 +7,10 @@ Thank you for your interest in contributing to `patch-hub`! This document outlin 1. [Code of Conduct](#code-of-conduct) 2. [Getting Started](#getting-started) 3. [Development Workflow](#development-workflow) -4. [Coding Style](#coding-style) -5. [Commit Guidelines](#commit-guidelines) -6. [Pull Request Guidelines](#pull-request-guidelines) -7. [Issue Reporting](#issue-reporting) -8. [Communication](#communication) +4. [Commit Guidelines](#commit-guidelines) +5. [Pull Request Guidelines](#pull-request-guidelines) +6. [Issue Reporting](#issue-reporting) +7. [License](#license) ## Code of Conduct