docs: add Aayush Kumar as contributor#3542
Conversation
PR SummaryThis PR adds Aayush Kumar to the contributors list in README.md by inserting a new row with his avatar, name, and GitHub profile link. Changes
autogenerated by presubmit.ai |
There was a problem hiding this comment.
🚨 Pull request needs attention.
Review Summary
Commits Considered (1)
- 36964e1: docs: add Aayush Kumar as contributor
Files Processed (1)
- README.md (1 hunk)
Actionable Comments (1)
-
README.md [611-611]
possible bug: "HTML structure: maintain valid table rows"
Skipped Comments (0)
| <tr> | ||
| <td align="center" valign="top" width="16.66%"><a href="https://github.com/SrGiuliano77"><img src="https://avatars.githubusercontent.com/u/128543464?v=4?s=100" width="100px;" alt="Giuliano Oliveira"/><br /><sub><b>Giuliano Oliveira</b></sub></a><br /><a href="#translation-SrGiuliano77" title="Translation">🌍</a></td> | ||
| </tr> | ||
| <td align="center" valign="top" width="16.66%"><a href="https://github.com/aayushk2107"><img src="https://avatars.githubusercontent.com/u/254232086?v=4" width="100px;" alt="Aayush Kumar"/><br /><sub><b>Aayush Kumar</b></sub></a><br /><a href="https://github.com/iluwatar/java-design-patterns/commits?author=aayushk2107" title="Documentation">📖</a></td> |
There was a problem hiding this comment.
The new contributor cell is added as a standalone outside of a , which makes the HTML invalid and may break the table layout. Wrap this in its own inside the to match the existing pattern where each contributor is a separate row.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3542 +/- ##
=========================================
Coverage 83.24% 83.25%
- Complexity 4025 4028 +3
=========================================
Files 1060 1060
Lines 14246 14246
Branches 686 686
=========================================
+ Hits 11859 11860 +1
+ Misses 2100 2099 -1
Partials 287 287 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
✅ LGTM!
Review Summary
Commits Considered (1)
- 9442789: Add Aayush Kumar to contributors list in README
Files Processed (1)
- README.md (1 hunk)
Actionable Comments (0)
Skipped Comments (1)
-
README.md [611-613]
readability: "Ensure contributor row matches existing translation pattern"
Pull Request Template
What does this PR do?