Skip to content

Commit

Permalink
docs: fix formatting issues in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Closes #2111

Signed-off-by: Oscar <[email protected]>
  • Loading branch information
0scvr committed Oct 25, 2023
1 parent 3675132 commit 2eef490
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,12 +248,12 @@ We follow a standardized commit message format using Commitlint to ensure consis
#### ✔️ Examples of Valid Commit Messages

- `feat: Add user authentication feature`
- `fix(auth): Resolve login page redirect issue
- `docs: Update installation instructions
- `style: Format code according to project guidelines
- `fix(auth): Resolve login page redirect issue`
- `docs: Update installation instructions`
- `style: Format code according to project guidelines`
- `refactor(navbar): Improve responsiveness`
- `test: Add unit tests for API endpoints`
- `chore: Update dependencies to latest versions
- `chore: Update dependencies to latest versions`
- `fix: Handle edge case in data processing (#456)`
#### ❌ Examples of Invalid Commit Messages
Expand Down

0 comments on commit 2eef490

Please sign in to comment.