👋 Looking for the org landing page? That's at github.com/Kaju-Open-Source — this repo is the engine room behind the scenes.
This .github repository holds organization-wide configuration that GitHub applies across every repo under Kaju-Open-Source:
| Path | Purpose |
|---|---|
profile/README.md |
Renders on the org's GitHub profile page (github.com/Kaju-Open-Source) |
ISSUE_TEMPLATE/ |
Issue forms that appear when filing bugs, feature requests, etc. |
PULL_REQUEST_TEMPLATE.md |
Auto-loaded checklist when opening a PR |
CODEOWNERS |
Default reviewers per path |
workflows/ |
Reusable GitHub Actions shared across repos |
CODE_OF_CONDUCT.md |
Community standards (also auto-linked under every issue/PR) |
CONTRIBUTING.md |
How to contribute (also auto-linked) |
SECURITY.md |
How to report vulnerabilities |
FUNDING.yml |
Sponsor / funding button config |
SUPPORT.md |
Where to get help |
Changes here propagate to every repository in the org, so please open a PR rather than editing directly.
flowchart LR
A[📖 Read CONTRIBUTING.md] --> B[🌿 Branch from main]
B --> C[✏️ Make your change]
C --> D[✅ Verify locally]
D --> E[📬 Open PR]
E --> F[🗣 Org admin review]
F --> G{Approved?}
G -- Yes --> H[🚀 Merge]
G -- No --> C
Ground rules for this repo specifically:
⚠️ Changes here affect every Kaju project — keep PRs small and well-justified.- 🧪 If you add or modify a workflow, validate it on a fork first.
- 📝 Update
CONTRIBUTING.mdif you change contributor-facing behavior. - 🚫 Don't add secrets, tokens, or org-internal data —
.githubis public.
| Code of Conduct Be kind. Be constructive. |
Contributing Guide PRs, issues, reviews. |
Security Policy Report vulns privately. |
| Setting | Value |
|---|---|
| Default branch | main |
| Branch protection | PRs require review · status checks required |
| Issues enabled | ✅ Yes |
| Discussions enabled | ✅ Yes |
| Wiki | ❌ Off (use docs in-repo) |
| Projects | ✅ Enabled — linked from each repo's Projects tab |
| If you want to… | Go here |
|---|---|
| 🚀 Use a project | The project repo's README + Discussions tab |
| 🐛 Report a bug | That project's Issues tab → "New issue" |
| 💡 Suggest a feature | Org-level Discussions |
| 🤝 Contribute code | CONTRIBUTING.md |
| 🔐 Report a security issue | SECURITY.md |
| 💬 Just chat | Org Discussions |
Org admins & top-level maintainers — listed in
CODEOWNERSfor canonical ownership.
🥜 Kaju Open Source · This is the engine room — boring on purpose.
Built with curiosity, collaboration, and a healthy amount of ☕ caffeine.