This is the special .github repository for the Arillso organization. It contains default community health files, templates, and standards that apply across all Arillso repositories.
Default files that apply to all repositories without their own versions:
- CODE_OF_CONDUCT.md - Community guidelines
- CONTRIBUTING.md - How to contribute
- SECURITY.md - Security policy and reporting
- SUPPORT.md - Getting help and support
- GOVERNANCE.md - Project governance structure
- ISSUE_TEMPLATE/ - Issue templates for bug reports, features, etc.
- pull_request_template.md - PR template
- templates/ - Additional templates for workflows, configs, and rulesets
- STANDARDS.md - Repository conventions, documentation standards, and best practices
- CODEOWNERS - Code ownership and review assignments
- renovate-*.json - Renovate bot configurations for different project types
- templates/.editorconfig - Editor configuration
- templates/.yamllint.yml - YAML linting rules
- templates/.golangci.yml - Go linting configuration
- profile/README.md - Displayed on github.com/arillso
- workflows/ - Reusable GitHub Actions workflows
- FUNDING.yml - Sponsorship and funding options
GitHub automatically uses files from this repository as defaults for all Arillso repositories that don't have their own versions of these files.
For example:
- If a repository doesn't have a
CONTRIBUTING.md, GitHub will use the one from this repository - Issue templates defined here appear in all repositories without their own templates
- The organization profile README is displayed on the organization's main page
- Add files to the root directory for community health files
- Add issue/PR templates to
ISSUE_TEMPLATE/or aspull_request_template.md - Add workflow templates to
templates/workflows/ - Add reusable workflows to
workflows/
Edit STANDARDS.md and ensure all repositories follow the updated conventions.
- GitHub Docs: Creating default community health files
- GitHub Docs: About organization profiles
- GitHub Docs: Reusable workflows
- 🌐 guide.arillso.io - Documentation
- 💬 GitHub Discussions - Community
- 📧 hello@arillso.io - Contact
Made with ❤️ by the Arillso Team