Skip to content

Commit a07022c

Browse files
authored
docs: add Contributors section to README (JhaSourav07#82)
## What does this PR do? Adds a `## 💖 Contributors` section at the bottom of `README.md` using [contrib.rocks](https://contrib.rocks) to automatically display contributor profile pictures. ## Pillar - [ ] New Theme Design - [ ] Geometric SVG Improvement - [ ] Timezone Logic Optimization - [x] Other — Documentation: add Contributors section to README ## Visual Preview The contrib.rocks widget auto-renders at: ``` https://contrib.rocks/image?repo=JhaSourav07/commitpulse ``` It shows avatar thumbnails of all GitHub contributors, updating automatically as new contributors merge PRs. ## Checklist - [x] I've tested this locally - [x] All new logic/features have accompanying Vitest tests - [x] `npm run test` passes locally - [x] The SVG output matches the CommitPulse aesthetic standard - [x] I've updated README.md if I added a new parameter or theme - [x] My commits follow the Conventional Commits format
2 parents fc3ede0 + d057a15 commit a07022c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,3 +244,13 @@ _Built with obsession, shipped with precision._
244244
### This project is an official participant in GSSoC 2026.
245245

246246
</div>
247+
248+
---
249+
250+
## 💖 Contributors
251+
252+
Thanks to all contributors who have helped make CommitPulse better!
253+
254+
<a href="https://github.com/JhaSourav07/commitpulse/graphs/contributors">
255+
<img src="https://contrib.rocks/image?repo=JhaSourav07/commitpulse" alt="Contributors" />
256+
</a>

0 commit comments

Comments
 (0)