This is a special repository for the custom-alg organization on GitHub.
The .github repository has special meaning on GitHub. It serves as the organization's central hub for:
The profile/README.md file is displayed on the organization's public profile page at github.com/custom-alg. It's the first thing visitors see when they discover your organization.
Files placed in this repository serve as defaults for all repositories in the organization that don't have their own. Supported files include:
| File | Purpose |
|---|---|
CODE_OF_CONDUCT.md |
Community code of conduct |
CONTRIBUTING.md |
Contribution guidelines |
ISSUE_TEMPLATE/ |
Default issue templates |
PULL_REQUEST_TEMPLATE.md |
Default pull request template |
SECURITY.md |
Security vulnerability reporting policy |
SUPPORT.md |
Support resources and documentation |
FUNDING.yml |
Sponsorship and funding information |
Create workflow templates in the workflow-templates/ directory that team members can easily adopt across organization repositories.
Centralized configurations that apply across the organization.
To customize the organization:
- Edit
profile/README.mdto update the organization's public profile - Add community health files as needed
- Create workflow templates for consistent CI/CD across projects