This repository contains the default community health files and workflow templates for the KubeStellar organization. These files are automatically inherited by all repositories within the KubeStellar organization to ensure consistency across projects.
The .github repository is a special repository that GitHub recognizes at the organization level. Any community health files placed here serve as defaults for all repositories in the organization that don't have their own versions of these files.
- CODE_OF_CONDUCT.md – Community behavior guidelines and standards
- LICENSE – License information for the shared community files
- Security.md – Security policies and vulnerability reporting procedures
- profile/README.md – Organization-level profile displayed on the KubeStellar GitHub page
- profile/assets/ – Images and assets used in the organization profile
- workflow-templates/ – Reusable GitHub Actions workflow templates that can be used across KubeStellar repositories
- CI/CD pipeline templates
- Issue management workflows
- Security scanning workflows
- Dependency update automation
- Release automation templates
- These community health files will automatically apply to any KubeStellar repository that doesn't have its own version
- Workflow templates in
workflow-templates/can be used when creating new workflows in individual repositories - Individual repositories can override these defaults by creating their own versions
- Review the CODE_OF_CONDUCT.md for community guidelines
- Check Security.md for security reporting procedures
- Refer to individual repository documentation for project-specific contribution guidelines
The workflow-templates/ directory contains ready-to-use GitHub Actions workflows:
- CI/CD Pipeline - Automated testing and deployment workflows
- Issue Management - Automated labeling and assignment helpers
- Security Scanning - Vulnerability scanning and security checks
- Dependency Updates - Automated dependency update workflows
- Release Automation - Automated release and changelog generation
- Community Management - Greeting new contributors, stale issue management
Contributions to improve the organization-wide community health files and workflow templates are welcome!
To contribute:
- Fork this repository
- Create a feature branch
- Make your changes
- Submit a pull request
Please ensure any changes maintain consistency across the KubeStellar organization and follow best practices for community health files.
Maintained by the Kubestellar Team.
