Open Source/GitHub Organization

GitHub Organization

DevHub's GitHub org, what's there and how to get involved.

Updated May 17, 20264 min read

The DevHub GitHub org is where community members build things together. It's not a showcase of finished work, it's an active space where contributors open issues, review PRs, and ship real software.

What We Build

  • Open Source Projects - Community-driven tools, bots, libraries, and experiments.
  • Templates & Utilities - Starter kits and reusable resources to accelerate development.
  • Documentation & Guides - Clear, beginner-friendly materials to support growth.

Community Principles

  • Respect first. Always.
  • Constructive feedback over criticism.
  • Keep projects documented and accessible
  • Follow repository licensing.

Get Involved

  • Star projects you support
  • Fork and build
  • Open issues
  • Submit pull requests
  • Share ideas in Discord and GitHub Discussions

Code Standards

All projects use Prettier for formatting and ESLint (or the language equivalent) for linting. Run these before opening a PR. Tests live in the same repo, check the README for the test command.