Welcome to the Acronity organization's .github repository! This is a special repository that provides default community health files, workflow templates, and organization-wide configurations for all repositories in the Acronity organization.
This repository serves as the central location for:
- Community Health Files: Default issue templates, pull request templates, contributing guidelines, and code of conduct
- Workflow Templates: Reusable GitHub Actions workflow templates for CI/CD
- Organization Profile: The README displayed on the organization's profile page
- Default Files: License files, security policies, and support documentation
.github/
βββ ISSUE_TEMPLATE/ # Default issue templates for all repositories
βββ PULL_REQUEST_TEMPLATE/# Default PR templates
βββ workflows/ # Reusable workflow templates
βββ profile/ # Organization profile README
β βββ README.md # Displayed on organization homepage
βββ CODE_OF_CONDUCT.md # Default code of conduct
βββ CONTRIBUTING.md # Default contributing guidelines
βββ SECURITY.md # Default security policy
βββ SUPPORT.md # Default support information
βββ FUNDING.yml # Default funding configuration
When a repository in the Acronity organization doesn't have its own community health files, GitHub automatically uses the files from this .github repository. This ensures consistency across all organization projects.
- Issue Templates: Located in
.github/ISSUE_TEMPLATE/ - Pull Request Templates: Located in
.github/PULL_REQUEST_TEMPLATE/ - Contributing Guidelines:
CONTRIBUTING.md - Code of Conduct:
CODE_OF_CONDUCT.md - Security Policy:
SECURITY.md - Support Resources:
SUPPORT.md - License:
LICENSE - Funding:
FUNDING.yml
Files in this repository are automatically applied to all repositories in the organization that don't have their own versions. To override these defaults in a specific repository, simply add the same file to that repository's .github folder.
When creating issues or pull requests in any Acronity repository, you'll see the templates and guidelines defined here unless the repository has its own custom templates.
To modify organization-wide defaults:
- Edit the relevant file in this repository
- Commit and push your changes
- The updates will automatically apply to all repositories without custom versions
- About organization-wide community health files
- Creating a profile README for your organization
- Creating workflow templates
To contribute to these organization-wide configurations:
- Fork this repository
- Create a feature branch
- Make your changes
- Submit a pull request
Please ensure your changes align with the organization's standards and benefit all repositories.
This repository and its contents are part of the Acronity organization's infrastructure.
Acronity - Building the future, one commit at a time.