docs(azure): add README + examples + experimental banner (QoL sweep)#20
Merged
Conversation
- Adds README.md with experimental banner, module types (iac.provider), IaC state backends (azure_blob), install instructions, and required env vars (AZURE_SUBSCRIPTION_ID, AZURE_TENANT_ID, AZURE_CLIENT_ID, AZURE_CLIENT_SECRET). - Adds CONTRIBUTING.md from shared plugin template. - Adds examples/minimal/config.yaml (passes wfctl validate). - Adds .github/PULL_REQUEST_TEMPLATE.md + ISSUE_TEMPLATE/*. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Documentation-only QoL sweep that adds a README with experimental banner, contributing guide, PR/issue templates, and a minimal example config for the Azure workflow plugin.
Changes:
- Add
README.md(experimental banner, module types, install snippet, env vars) andCONTRIBUTING.md. - Add
.github/PULL_REQUEST_TEMPLATE.mdand.github/ISSUE_TEMPLATE/{bug_report,feature_request}.md. - Add
examples/minimal/config.yamldemonstrating theiac.providermodule.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Plugin overview, experimental banner, install/usage, env vars, docs links. |
| CONTRIBUTING.md | Local dev setup and PR expectations referencing upstream guide. |
| examples/minimal/config.yaml | Minimal iac.provider module config example. |
| .github/PULL_REQUEST_TEMPLATE.md | Standard PR template with test plan and checklist. |
| .github/ISSUE_TEMPLATE/bug_report.md | Bug report issue template. |
| .github/ISSUE_TEMPLATE/feature_request.md | Feature request issue template. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
v1.2.1 is the latest released tag; v2.0.0 was incorrect. Part of 2026-05-19 multi-repo OSS-readiness QoL sweep. See: GoCodeAlone/workflow#714 Co-Authored-By: Claude Opus 4.7 (1M context) <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
README.mdwith experimental banner, module types (iac.provider), IaC state backend (azure_blob), install snippet, required env vars (AZURE_SUBSCRIPTION_ID,AZURE_TENANT_ID,AZURE_CLIENT_ID,AZURE_CLIENT_SECRET), and links to upstream docs.CONTRIBUTING.mdfrom shared plugin template.examples/minimal/config.yaml(passeswfctl validate --skip-unknown-types)..github/PULL_REQUEST_TEMPLATE.mdand.github/ISSUE_TEMPLATE/(bug report + feature request).References
workflow/docs/plans/2026-05-19-multi-repo-qol-sweep.mdTask 13 (P1 plugin docs sweep)workflow/docs/plans/2026-05-19-multi-repo-qol-sweep-design.mdTest plan
go build ./...passesgo vet ./...passeswfctl validate --skip-unknown-types examples/minimal/config.yamlpasses (1 module, 0 workflows, 0 triggers)🤖 Generated with Claude Code