Skip to content

Repository files navigation

Buefy

License: MIT Conventional Commits

buefy/.github

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.

For contributors

For maintainers starting a new repository in this org

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@v1

Pin to the moving @v1 tag, not @main. See CLAUDE.md and docs/decisions/ for the rationale behind these conventions.

License

Individual repositories are licensed under the terms stated in their own LICENSE file. This repository is MIT licensed.

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors