Documentation: update the mailing list address#12
Conversation
We are shutting down the old mailing list, update all references to the mailing list in our documentation. Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewer's GuideReplaces all references to the deprecated project mailing list across documentation with the new email address, archive link, and subscription URL. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
WalkthroughThe updates revise the project's mailing list contact information across documentation and the README. Old mailing list addresses and URLs are replaced with new ones, including the updated email, archive link, and subscription management URL. No structural or functional changes are made, and no code or public API is affected. Changes
Poem
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Hey @stefano-garzarella - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (3)
Documentation/docs/developer/CONTRIBUTING.md (1)
8-8: Consider hyperlinking the mailing list address.Markdownlint flags bare URLs/emails (MD034). For better readability and consistency, you could format it as
[coconut-svsm@lists.linux.dev](mailto:coconut-svsm@lists.linux.dev).🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
8-8: Bare URL used
null(MD034, no-bare-urls)
README.md (1)
37-39: Linkify bare URLs for readability.Markdownlint flagged bare URLs here (MD034). Consider formatting these as links, e.g.:
- archive: [lore.kernel.org/coconut-svsm](https://lore.kernel.org/coconut-svsm/) - subscription/unsubscription: [subspace.kernel.org/lists.linux.dev.html](https://subspace.kernel.org/lists.linux.dev.html)🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
37-37: Bare URL used
null(MD034, no-bare-urls)
38-38: Bare URL used
null(MD034, no-bare-urls)
39-39: Bare URL used
null(MD034, no-bare-urls)
Documentation/docs/index.md (1)
26-28: Convert bare URLs to markdown links.To satisfy markdownlint (MD034) and improve readability, consider turning the raw URLs into Markdown links, for example:
- archive: [lore.kernel.org/coconut-svsm](https://lore.kernel.org/coconut-svsm/) - subscription/unsubscription: [subspace.kernel.org/lists.linux.dev.html](https://subspace.kernel.org/lists.linux.dev.html)🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
26-26: Bare URL used
null(MD034, no-bare-urls)
27-27: Bare URL used
null(MD034, no-bare-urls)
28-28: Bare URL used
null(MD034, no-bare-urls)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
Documentation/docs/developer/CONTRIBUTING.md(1 hunks)Documentation/docs/index.md(1 hunks)README.md(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
Documentation/docs/developer/CONTRIBUTING.md
8-8: Bare URL used
null
(MD034, no-bare-urls)
README.md
37-37: Bare URL used
null
(MD034, no-bare-urls)
38-38: Bare URL used
null
(MD034, no-bare-urls)
39-39: Bare URL used
null
(MD034, no-bare-urls)
Documentation/docs/index.md
26-26: Bare URL used
null
(MD034, no-bare-urls)
27-27: Bare URL used
null
(MD034, no-bare-urls)
28-28: Bare URL used
null
(MD034, no-bare-urls)
⏰ Context from checks skipped due to timeout of 90000ms (3)
- GitHub Check: Check unsafe blocks
- GitHub Check: QEMU NOCC boot test
- GitHub Check: Check
🔇 Additional comments (3)
Documentation/docs/developer/CONTRIBUTING.md (1)
8-8: Confirm updated mailing list address.The email
coconut-svsm@lists.linux.devcorrectly replaces the oldsvsm-devel@coconut-svsm.devand aligns with other documentation updates.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
8-8: Bare URL used
null(MD034, no-bare-urls)
README.md (1)
36-39: Update community mailing list details.The new mailing list address, archive link, and subscription URL are correctly updated to
coconut-svsm@lists.linux.dev,https://lore.kernel.org/coconut-svsm/, andhttps://subspace.kernel.org/lists.linux.dev.html, matching the project's current setup.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
37-37: Bare URL used
null(MD034, no-bare-urls)
38-38: Bare URL used
null(MD034, no-bare-urls)
39-39: Bare URL used
null(MD034, no-bare-urls)
Documentation/docs/index.md (1)
25-29: Consistent community contact info updated.The documentation now correctly points to the new mailing list (
coconut-svsm@lists.linux.dev), the archive, and the subscription management URL, keeping it in sync withREADME.mdandCONTRIBUTING.md.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
26-26: Bare URL used
null(MD034, no-bare-urls)
27-27: Bare URL used
null(MD034, no-bare-urls)
28-28: Bare URL used
null(MD034, no-bare-urls)
We are shutting down the old mailing list, update all references to the mailing list in our documentation.
Summary by Sourcery
Documentation:
Summary by CodeRabbit