docs(adapters): reclassify Fossil, add Gmail to mail-source registry - #1140
Closed
Arnxvvv wants to merge 1 commit into
Closed
docs(adapters): reclassify Fossil, add Gmail to mail-source registry#1140Arnxvvv wants to merge 1 commit into
Arnxvvv wants to merge 1 commit into
Conversation
Why: the adapter registry is the reference for contributors deciding where to add new adapter support. Fossil was listed under the VCS adapter row alongside Git and Mercurial, but tools/fossil/ is a forge adapter (it sits alongside bitbucket and sourcehut, not tools/vcs/). Gmail (tools/gmail/) implements contract:mail-source but was missing from that row. - Remove Fossil from the tools/vcs shipping list (already correctly listed in the Forge / tracker row). - Add gmail link to the tools/mail-source shipping list.
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
tools/vcs(VCS adapter) shipping list indocs/adapters/registry.md. Fossil is implemented as a forge bridge undertools/fossil/(alongside Bitbucket and SourceHut) and is already correctly listed in the Forge/tracker row.tools/gmail/([gmail](../../tools/gmail/)) to thetools/mail-sourceshipping adapters list indocs/adapters/registry.md, as it implementscontract:mail-source.Test plan
docs/adapters/registry.mdto ensure relative markdown links (../../tools/gmail/) are valid and formatted consistently with adjacent rows.Forge / trackerrow and is removed from thetools/vcsrow.1 file changed, 2 insertions(+), 2 deletions(-)).