Commit a07022c
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 format1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
0 commit comments