Conversation
There was a problem hiding this comment.
Pull request overview
Adds missing contributors to the all-contributors lists so they appear in both the repository README and the website contributors page.
Changes:
- Appends several contributor entries to the rendered contributor tables (README + website).
- Adds corresponding contributor metadata (login/name/avatar/profile/contribution types) to
.all-contributorsrc.
Show a summary per file
| File | Description |
|---|---|
website/src/pages/contributors.astro |
Updates the contributors table to include additional missing contributors. |
README.md |
Updates the all-contributors table to match the new contributor set. |
.all-contributorsrc |
Adds contributor records so the all-contributors tooling can generate/maintain the tables. |
Copilot's findings
- Files reviewed: 3/3 changed files
- Comments generated: 3
| <td align="center" valign="top" width="14.28%"><a href="https://josh-ops.com/"><img src="https://avatars.githubusercontent.com/u/19912012?v=4" width="100px;" alt=""/><br /><sub><b>Josh Johanning</b></sub></a></td> | ||
| <td align="center" valign="top" width="14.28%"><a href="https://github.com/jennyf19"><img src="https://avatars.githubusercontent.com/u/19942418?v=4" width="100px;" alt=""/><br /><sub><b>jennyf19</b></sub></a></td> | ||
| <td align="center" valign="top" width="14.28%"><a href="https://github.com/SaravananRajaraman"><img src="https://avatars.githubusercontent.com/u/5166323?v=4" width="100px;" alt=""/><br /><sub><b>Saravanan Rajaraman</b></sub></a></td> | ||
| <td align="center" valign="top" width="14.28%"><a href="https://github.com/Dhruvpatel004"><img src="https://avatars.githubusercontent.com/u/109230666?v=4" width="100px;" alt=""/><br /><sub><b>Patel Dhruv </b></sub></a></td> |
There was a problem hiding this comment.
The displayed name Patel Dhruv includes a trailing space before the closing tag. This can lead to inconsistent rendering and future diffs; please trim the trailing whitespace in the contributor name.
| <td align="center" valign="top" width="14.28%"><a href="https://github.com/Dhruvpatel004"><img src="https://avatars.githubusercontent.com/u/109230666?v=4" width="100px;" alt=""/><br /><sub><b>Patel Dhruv </b></sub></a></td> | |
| <td align="center" valign="top" width="14.28%"><a href="https://github.com/Dhruvpatel004"><img src="https://avatars.githubusercontent.com/u/109230666?v=4" width="100px;" alt=""/><br /><sub><b>Patel Dhruv</b></sub></a></td> |
| <td align="center" valign="top" width="14.28%"><a href="https://josh-ops.com/"><img src="https://avatars.githubusercontent.com/u/19912012?v=4" width="100px;" alt=""/><br /><sub><b>Josh Johanning</b></sub></a></td> | ||
| <td align="center" valign="top" width="14.28%"><a href="https://github.com/jennyf19"><img src="https://avatars.githubusercontent.com/u/19942418?v=4" width="100px;" alt=""/><br /><sub><b>jennyf19</b></sub></a></td> | ||
| <td align="center" valign="top" width="14.28%"><a href="https://github.com/SaravananRajaraman"><img src="https://avatars.githubusercontent.com/u/5166323?v=4" width="100px;" alt=""/><br /><sub><b>Saravanan Rajaraman</b></sub></a></td> | ||
| <td align="center" valign="top" width="14.28%"><a href="https://github.com/Dhruvpatel004"><img src="https://avatars.githubusercontent.com/u/109230666?v=4" width="100px;" alt=""/><br /><sub><b>Patel Dhruv </b></sub></a></td> |
There was a problem hiding this comment.
The contributor name Patel Dhruv has a trailing space. Please trim it to avoid inconsistent display and keep the generated all-contributors table stable.
| <td align="center" valign="top" width="14.28%"><a href="https://github.com/Dhruvpatel004"><img src="https://avatars.githubusercontent.com/u/109230666?v=4" width="100px;" alt=""/><br /><sub><b>Patel Dhruv </b></sub></a></td> | |
| <td align="center" valign="top" width="14.28%"><a href="https://github.com/Dhruvpatel004"><img src="https://avatars.githubusercontent.com/u/109230666?v=4" width="100px;" alt=""/><br /><sub><b>Patel Dhruv</b></sub></a></td> |
| }, | ||
| { | ||
| "login": "Dhruvpatel004", | ||
| "name": "Patel Dhruv ", |
There was a problem hiding this comment.
The name value Patel Dhruv includes a trailing space. Please remove the trailing whitespace to keep contributor metadata consistent (and avoid regenerating README/website diffs later).
| "name": "Patel Dhruv ", | |
| "name": "Patel Dhruv", |
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.stagedbranch for this pull request.Description
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.