Skip to content

Commit 8571767

Browse files
author
dharapandya85
committed
docs(contributing): clarify commit guidelines structure
- Kept "Conventional Commits" under "Commit Guidelines" - Did not rename "Development Workflow" to "Development Cycle and Branches" - Cleaned up formatting based on review feedback Signed-off-by: dharapandya85 <dharapandya@gmail.com>
1 parent 24e6064 commit 8571767

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ Thank you for your interest in contributing to `patch-hub`! This document outlin
66

77
1. [Code of Conduct](#code-of-conduct)
88
2. [Getting Started](#getting-started)
9-
3. [Development s](#development-workflow)
10-
4. [Coding Style](#coding-style)
11-
5. [Commit Guidelines](#commit-guidelines)
12-
6. [Pull Request Guidelines](#pull-request-guidelines)
13-
7. [Issue Reporting](#issue-reporting)
14-
8. [License](#license)
9+
3. [Development Workflow](#development-workflow)
10+
4. [Commit Guidelines](#commit-guidelines)
11+
5. [Pull Request Guidelines](#pull-request-guidelines)
12+
6. [Issue Reporting](#issue-reporting)
13+
7. [License](#license)
1514

1615

1716
## Code of Conduct
@@ -105,7 +104,7 @@ Commit contents, in other words, the changes the commit introduce should:
105104
- Not destabilize the compilation, so `cargo build` shouldn't fail.
106105
- Not fail in CI jobs.
107106
108-
## Use Conventional Commits
107+
### Use Conventional Commits
109108
110109
`patch-hub` follows the use of [Conventional Commits v1.0.0](https://www.conventionalcommits.org/en/v1.0.0/) specification. Commit message use the format:
111110
`<type>(<scope>)!: <description>`

0 commit comments

Comments
 (0)