Skip to content

docs(contributor): contributors readme action update#952

Merged
guibranco merged 1 commit into
mainfrom
contributors-readme-action-kFTA-Yea6D
Jul 4, 2026
Merged

docs(contributor): contributors readme action update#952
guibranco merged 1 commit into
mainfrom
contributors-readme-action-kFTA-Yea6D

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Summary by Sourcery

Update contributors table formatting and entries in the contributing documentation.

Documentation:

  • Add HarryKambo to the contributors table in the contributing guide.
  • Adjust table row structure in the contributors section to fix layout.

@sourcery-ai

sourcery-ai Bot commented Jul 4, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This 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 structure

flowchart 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
Loading

File-Level Changes

and opening to correct the HTML table row grouping around existing contributor entries.
  • Remove a redundant
  • sequence to maintain valid and consistent table structure for contributor cells.
    Change Details Files
    Add a new contributor entry and adjust table row markup in the contributors list.
    • Insert a new table cell for contributor HarryKambo with avatar image, profile link, and name label.
    • Move a closing
    docs/contributing.md

    Tips and commands

    Interacting with Sourcery

    • Trigger a new review: Comment @sourcery-ai review on the pull request.
    • Continue discussions: Reply directly to Sourcery's review comments.
    • Generate a GitHub issue from a review comment: Ask Sourcery to create an
      issue from a review comment by replying to it. You can also reply to a
      review comment with @sourcery-ai issue to create an issue from it.
    • Generate a pull request title: Write @sourcery-ai anywhere in the pull
      request title to generate a title at any time. You can also comment
      @sourcery-ai title on the pull request to (re-)generate the title at any time.
    • Generate a pull request summary: Write @sourcery-ai summary anywhere in
      the pull request body to generate a PR summary at any time exactly where you
      want it. You can also comment @sourcery-ai summary on the pull request to
      (re-)generate the summary at any time.
    • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
      request to (re-)generate the reviewer's guide at any time.
    • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
      pull request to resolve all Sourcery comments. Useful if you've already
      addressed all the comments and don't want to see them anymore.
    • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
      request to dismiss all existing Sourcery reviews. Especially useful if you
      want to start fresh with a new review - don't forget to comment
      @sourcery-ai review to trigger a new review!

    Customizing Your Experience

    Access your dashboard to:

    • Enable or disable review features such as the Sourcery-generated pull request
      summary, the reviewer's guide, and others.
    • Change the review language.
    • Add, remove or edit custom review instructions.
    • Adjust other review settings.

    Getting Help

    @sourcery-ai sourcery-ai Bot left a comment

    Copy link
    Copy Markdown

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    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.

    Sourcery is free for open source - if you like our reviews please consider sharing them ✨
    Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

    @github-actions github-actions Bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jul 4, 2026
    @github-actions

    github-actions Bot commented Jul 4, 2026

    Copy link
    Copy Markdown
    Contributor Author

    Infisical secrets check: ✅ No secrets leaked!

    💻 Scan logs
    2026-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
    

    @gstraccini gstraccini Bot added the 🤖 bot Automated processes or integrations label Jul 4, 2026
    @guibranco
    guibranco enabled auto-merge (squash) July 4, 2026 03:56
    @sonarqubecloud

    sonarqubecloud Bot commented Jul 4, 2026

    Copy link
    Copy Markdown

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    🤖 bot Automated processes or integrations size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    1 participant