docs(contributor): contributors readme action update#950
Merged
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideAdds a new contributor entry to the README and fixes the contributor table row structure so HTML table rows are correctly grouped. Flow diagram for updated README contributors table structureflowchart LR
subgraph Before
A[Row 1: existing contributors]
B[Row 2: Viktorius and Yousef in same row]
C[Row 3: akhtareimon and following contributors]
A --> B --> C
end
subgraph After
D[Row 1: existing contributors]
E[Row 2: new contributor HarryKambo added]
F[Row 3: Viktorius in previous row, new row break]
G[Row 4: Yousef and akhtareimon start new correctly grouped row]
D --> E --> F --> G
end
Before --> After
File-Level Changestags so that existing contributors are grouped into correctly structured table rows without splitting Yousef-Majidi and akhtareimon into separate rows.
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
guibranco
approved these changes
Jul 4, 2026
Contributor
|
Please provide a description for this pull request. |
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- Please double-check the
<tr>grouping so that each row contains a consistent number of contributor<td>cells and the table layout stays aligned across all contributors. - The mix of tabs and spaces in the modified table rows makes indentation inconsistent; consider normalizing indentation to match the existing style in the README.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Please double-check the `<tr>` grouping so that each row contains a consistent number of contributor `<td>` cells and the table layout stays aligned across all contributors.
- The mix of tabs and spaces in the modified table rows makes indentation inconsistent; consider normalizing indentation to match the existing style in the README.Help me be more useful! Please click π or π on each comment and I'll use the feedback to improve your reviews.
Contributor
Author
|
Infisical secrets check: β No secrets leaked! π» Scan logs2026-07-04T03:40:20Z INF scanning for exposed secrets...
3:40AM INF 807 commits scanned.
2026-07-04T03:40:21Z INF scan completed in 1.23s
2026-07-04T03:40:21Z INF no leaks found
|
|
This was referenced Jul 6, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



π Description
contributors readme action update
β Checks
β’οΈ Does this introduce a breaking change?