This is the public .github repository that serves as the centralized home for organization-wide defaults and templates. All repositories in the BloqrAI organization automatically inherit the community health files, templates, and configurations defined here.
CONTRIBUTING.md— Guidelines for contributing to BloqrAI projectsCODE_OF_CONDUCT.md— Community standards and behavior expectationsSECURITY.md— Vulnerability reporting and security policyCODEOWNERS— Code ownership and automatic review assignment
Issue templates help contributors report bugs and request features in a structured way. Located in .github/ISSUE_TEMPLATE/:
bug_report.yml— For reporting bugsfeature_request.yml— For requesting new featuresdocumentation.yml— For documentation improvementsperformance.yml— For performance-related issuesaccessibility.yml— For accessibility concerns
Discussion templates organize community conversations. Located in .github/DISCUSSION_TEMPLATE/:
q_and_a.yml— For Q&A discussionsshow_and_tell.yml— For showcasing projects and implementationsideas.yml— For ideas and feedbackpolls.yml— For quick polls and sentiment checks
pull_request_template.md — Standard template for all pull requests, ensuring clear descriptions and proper checklists.
profile/README.md — The public-facing organization profile shown on BloqrAI's GitHub page.
FUNDING.yml — Sponsorship and funding information.
This repository establishes several organizational standards that all repositories inherit:
- Clear, structured contribution process
- Consistent commit conventions (conventional commits)
- Testing requirements before merging
- Code review expectations
- Defined code ownership via CODEOWNERS
- Security policy and vulnerability disclosure process
- Community code of conduct
- Contribution guidelines aligned across all projects
- Consistent issue and PR templates
- Standard labeling strategy for organization-wide issues
- Automated review assignment based on CODEOWNERS
- Organized discussions for community engagement
- Clear channels for different types of feedback
- Accessible documentation for new contributors
- Read CONTRIBUTING.md for development setup and workflow
- Review CODE_OF_CONDUCT.md to understand community expectations
- Check SECURITY.md for security policies
All repositories in BloqrAI automatically inherit:
- Issue and PR templates
- Community health files
- The organization profile
- Funding configuration
No additional setup needed—GitHub automatically uses these defaults!
See .github-private repository for internal processes, workflows, and administrative documentation. (Private repository—admins only)
For comprehensive guidance on organization-wide GitHub configuration, including decision rationale and detailed implementation instructions, see the BloqrAI Organization-Wide GitHub Configuration Guide (reference artifact available to org members).
This includes:
- Quick decision tree for file placement
- Detailed configuration instructions
- Workflow automation setup
- Troubleshooting guides
- Best practices and patterns
- Josh Ops: GitHub .github Repository — The foundational guide for org-wide
.githubconfiguration - GitHub Docs: Creating a default community health file
.github-privateRepository — Internal organization processes and workflows (private—admins only)
If you have questions about contribution guidelines, security policies, or how this repository works, please:
- Check CONTRIBUTING.md first
- Open a Discussion in the relevant repository
- Contact
@bloqr-adminsfor org-level questions
Last Updated: August 2026
Maintained by: BloqrAI Organization