docs(twilio): verified banner + CONTRIBUTING + examples + CHANGELOG (QoL sweep)#11
Merged
Conversation
…QoL sweep) - Create README.md with verified-status banner (buymywishlist); cross-ref workflow#714. - Add CONTRIBUTING.md from shared plugin template. - Add examples/minimal/config.yaml (twilio.provider + step.twilio_send_sms; wfctl validate --skip-unknown-types passes). - Add .github/ISSUE_TEMPLATE/bug_report.md + feature_request.md + PULL_REQUEST_TEMPLATE.md. - Add CHANGELOG.md (Keep a Changelog format) with [Unreleased] QoL sweep entry. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
go.mod pins workflow v0.51.6; README incorrectly stated ≥ 0.51.2 (copied from plugin.json minEngineVersion without checking go.mod). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
examples/minimal/config.yaml(twilio.provider+step.twilio_send_sms;wfctl validate --skip-unknown-typespasses)..github/ISSUE_TEMPLATE/bug_report.md,feature_request.md, andPULL_REQUEST_TEMPLATE.md.CHANGELOG.md(Keep a Changelog format) with[Unreleased]QoL sweep entry.Motivation
Part of the multi-repo QoL sweep (workflow#714). Brings workflow-plugin-twilio up to the P0 documentation baseline.
Test plan
go build ./...passes (GOWORK=off)go vet ./...passes (GOWORK=off)wfctl validate --skip-unknown-types examples/minimal/config.yaml→ PASS (1 modules, 1 workflows)Checklist
Cross-ref: GoCodeAlone/workflow#714
🤖 Generated with Claude Code