Skip to content

docs(azure): add README + examples + experimental banner (QoL sweep)#20

Merged
intel352 merged 2 commits into
mainfrom
chore/qol-sweep-2026-05-19
May 19, 2026
Merged

docs(azure): add README + examples + experimental banner (QoL sweep)#20
intel352 merged 2 commits into
mainfrom
chore/qol-sweep-2026-05-19

Conversation

@intel352
Copy link
Copy Markdown
Contributor

@intel352 intel352 commented May 19, 2026

Summary

  • Adds README.md with 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.
  • Adds CONTRIBUTING.md from shared plugin template.
  • Adds examples/minimal/config.yaml (passes wfctl validate --skip-unknown-types).
  • Adds .github/PULL_REQUEST_TEMPLATE.md and .github/ISSUE_TEMPLATE/ (bug report + feature request).

References

Test plan

  • go build ./... passes
  • go vet ./... passes
  • wfctl validate --skip-unknown-types examples/minimal/config.yaml passes (1 module, 0 workflows, 0 triggers)

🤖 Generated with Claude Code

- 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>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

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) and CONTRIBUTING.md.
  • Add .github/PULL_REQUEST_TEMPLATE.md and .github/ISSUE_TEMPLATE/{bug_report,feature_request}.md.
  • Add examples/minimal/config.yaml demonstrating the iac.provider module.

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.

@intel352 intel352 requested a review from Copilot May 19, 2026 15:24
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>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 6 out of 6 changed files in this pull request and generated no new comments.

@intel352 intel352 merged commit d8c496d into main May 19, 2026
4 checks passed
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.

2 participants