This repository contains GitHub-specific configurations, workflows, and templates for the almguru organization/project.
.github/
βββ workflows/ # GitHub Actions workflows
βββ ISSUE_TEMPLATE/ # Issue templates
βββ PULL_REQUEST_TEMPLATE.md # Pull request template
βββ CODEOWNERS # Code ownership rules
βββ FUNDING.yml # Sponsorship configuration
βββ dependabot.yml # Dependabot configuration
The workflows/
directory contains automated CI/CD pipelines and other GitHub Actions:
- CI/CD Pipelines: Automated testing, building, and deployment
- Code Quality: Linting, formatting, and security checks
- Dependency Management: Automated dependency updates and security scans
Standardized templates for different types of issues:
- Bug reports
- Feature requests
- Documentation improvements
- Security vulnerabilities
This repository helps maintain consistency across all projects in the almguru organization by providing:
- Standardized workflows
- Consistent issue/PR templates
- Code ownership definitions
- Community health files
All changes to this repository should:
- Be tested in a non-production environment first
- Follow the established naming conventions
- Include appropriate documentation updates
- Be reviewed by code owners
For security-related issues or vulnerabilities, please follow our security policy outlined in the organization's main repository.
This repository follows the same licensing as the main almguru project.
This repository is automatically applied to all repositories in the almguru organization that don't have their own .github
directory.