Skip to content

docs: add mailing list destination to send-patches page - #125

Open
anthonywong with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-patch-submission-page
Open

docs: add mailing list destination to send-patches page#125
anthonywong with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-patch-submission-page

Conversation

Copilot AI commented Aug 26, 2026

Copy link
Copy Markdown

The send-patches how-to never told readers where to send patches — no mailing list address, no subscription link.

Changes

  • Mailing list destination — opening paragraph now states patches go to kernel-team@lists.ubuntu.com with a link to the list info/subscription page, and notes that non-subscriber messages are held for moderation
  • --to in identity config — adds git config set sendemail.ubuntu-kernel.to kernel-team@lists.ubuntu.com to the reusable identity block so the address is configured once
  • Heading fix — "mailing-list" → "mailing list" for consistency with body text

  • Added or updated meta description (if this PR includes documentation changes)
  • Reviewed all GitHub Actions / CI results; any unresolved failures are explained in a comment

Co-authored-by: anthonywong <2741931+anthonywong@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix patch submission page to include mailing list information docs: add mailing list destination to send-patches page Aug 26, 2026
Copilot AI requested a review from anthonywong August 26, 2026 10:48

@anthonywong anthonywong left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Changes are accurate and correct.

@anthonywong
anthonywong requested a lite review from Copilot August 26, 2026 11:20
@anthonywong
anthonywong marked this pull request as ready for review August 26, 2026 11:21
@anthonywong
anthonywong requested a review from AnneCYH as a code owner August 26, 2026 11:21

Copilot AI 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.

Pull request overview

This PR updates the kernel docs “send patches” how-to to explicitly tell contributors where to send patches (the Ubuntu Kernel Team mailing list) and how to configure that destination in git send-email, addressing the gap reported in issue #124.

Changes:

  • Adds an opening paragraph stating patches must be sent to kernel-team@lists.ubuntu.com, with a subscription/info link and moderation note for non-subscribers.
  • Extends the reusable git send-email identity snippet to set sendemail.ubuntu-kernel.to once via git config.
  • Normalizes the main heading from “mailing-list” to “mailing list”.
Suppressed comments (1)

docs/how-to/source-code/send-patches.rst:78

  • There appears to be trailing whitespace on the blank line after the new hyperlink target at the end of the file. Trailing whitespace can cause lint/spelling checks to fail.
.. _Ubuntu kernel-team mailing list: https://lists.ubuntu.com/mailman/listinfo/kernel-team


💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +6 to +7
How to send patches to the mailing list
########################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

patch submission page does not mention where to send to

3 participants