This is the buefy organization's
default community health / template repository.
It supplies the issue templates, pull request template, security policy,
contributing guide, and reusable CI/CD workflows that every other
repository in the org inherits by default — it has no application code of
its own.
Looking for the org's public-facing "what is Buefy" page? That's
profile/README.md — the content GitHub renders on
github.com/buefy.
- Read CONTRIBUTING.md before opening a pull request.
- All contributors are expected to follow the Code of Conduct.
- Questions go in Discussions; bugs go in Issues. See SUPPORT.md for details.
- Security issues: see SECURITY.md — please do not file vulnerabilities as public issues.
New component-library repositories should adopt the shared baseline in
starter-kit/ — it provides CLAUDE.md, Copilot
instructions, Claude Code agents/skills, Dependabot config, label taxonomy,
and thin CI/release workflow callers pre-wired to this repo's reusable
workflows. Either copy starter-kit/ in directly, or wire up
starter-kit/.github/workflows/ai-config-sync.yml to keep it in sync
automatically going forward — see starter-kit/README.md.
Reusable CI/CD workflows (lint, typecheck, test, build, release, CodeQL,
dependency review, OSSF Scorecard, and more) live under
.github/workflows/ and are callable from any repo via:
jobs:
test:
uses: buefy/.github/.github/workflows/reusable-test.yml@v1Pin to the moving @v1 tag, not @main. See CLAUDE.md and
docs/decisions/ for the rationale behind these
conventions.
Individual repositories are licensed under the terms stated in their own
LICENSE file. This repository is MIT licensed.
