Skip to content

almguru/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

.github Repository

This repository contains GitHub-specific configurations, workflows, and templates for the almguru organization/project.

πŸ“ Repository Structure

.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

πŸ”§ GitHub Actions Workflows

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

πŸ“ Issue Templates

Standardized templates for different types of issues:

  • Bug reports
  • Feature requests
  • Documentation improvements
  • Security vulnerabilities

🀝 Contributing

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

πŸ“‹ Pull Request Process

All changes to this repository should:

  1. Be tested in a non-production environment first
  2. Follow the established naming conventions
  3. Include appropriate documentation updates
  4. Be reviewed by code owners

πŸ›‘οΈ Security

For security-related issues or vulnerabilities, please follow our security policy outlined in the organization's main repository.

πŸ“„ License

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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published