docs(contributor): contributors readme action update#952
Merged
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR updates the contributors section in docs/contributing.md by adding a new contributor entry and fixing the HTML table row structure for existing contributor entries. Flow diagram for updated contributors table structureflowchart LR
subgraph Before
Row1Before["Row 1: existing contributors"]
Row2Before["Row 2: contributors Yousef_Majidi and akhtareimon in same row"]
end
subgraph After
Row1After["Row 1: existing contributors"]
RowNew["Row 2: new contributor HarryKambo added"]
Row3After["Row 3: contributors Yousef_Majidi and akhtareimon in separate row"]
end
Row1Before --> Row1After
Row2Before --> RowNew
Row2Before --> Row3After
File-Level Changesand opening to correct the HTML table row grouping around existing contributor entries.
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- The
<tr>reordering around Yousef-Majidi and akhtareimon seems to change row grouping; please verify that each<tr>still has the intended number of contributors and that the table layout renders as expected across browsers. - Indentation and alignment in the modified HTML (spaces vs tabs around the new
<tr>and<td>elements) is slightly inconsistent with the surrounding table; consider normalizing it to match the existing style.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The `<tr>` reordering around Yousef-Majidi and akhtareimon seems to change row grouping; please verify that each `<tr>` still has the intended number of contributors and that the table layout renders as expected across browsers.
- Indentation and alignment in the modified HTML (spaces vs tabs around the new `<tr>` and `<td>` elements) is slightly inconsistent with the surrounding table; consider normalizing it to match the existing style.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
guibranco
approved these changes
Jul 4, 2026
Contributor
Author
|
Infisical secrets check: ✅ No secrets leaked! 💻 Scan logs2026-07-04T03:54:22Z INF scanning for exposed secrets...
3:54AM INF 809 commits scanned.
2026-07-04T03:54:24Z INF scan completed in 1.25s
2026-07-04T03:54:24Z INF no leaks found
|
guibranco
enabled auto-merge (squash)
July 4, 2026 03:56
|
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.



Summary by Sourcery
Update contributors table formatting and entries in the contributing documentation.
Documentation: