Skip to content

Commit 6eff2bb

Browse files
committed
docs: Refine CONTRIBUTING.md friendliness
ci: Verify permissions in workflows Signed-off-by: badal484 <badal90603@gmail.com>
1 parent c39fc1b commit 6eff2bb

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22

33
## Commit Message Convention
44

5-
We use [Conventional Commits](https://www.conventionalcommits.org/) to automate our release process.
6-
This specification is **mandatory** for all commits.
5+
We use **Conventional Commits** to keep our history clean and automate releases. This means your commit messages should follow a simple pattern that tells us *what* changed and *why*.
76

8-
### Format
7+
### The Rule
8+
Every commit message must look like this:
99
```
1010
<type>(<scope>): <subject>
11-
<BLANK LINE>
12-
<body>
1311
```
12+
(Scope is optional but helpful!)
1413

1514
### Allowed Types
1615
- **feat**: A new feature (triggers MINOR release)

0 commit comments

Comments
 (0)