This is the special .github repository for the Apotians organization. Files in this repository provide default community health files and templates for all repositories in the organization.
These files define our community standards and guidelines:
- CODE_OF_CONDUCT.md - Our community code of conduct
- CONTRIBUTING.md - Guidelines for contributing to our projects
- SECURITY.md - Security policy and vulnerability reporting
- SUPPORT.md - How to get help and support
Located in .github/ISSUE_TEMPLATE/:
- Bug Report - Template for reporting bugs
- Feature Request - Template for suggesting new features
- Question - Template for asking questions
- pull_request_template.md - Standard PR template for all repositories
Located in .github/workflow-templates/:
- CI Testing - Comprehensive testing workflow
- Code Quality - Linting and code analysis
- Security Scanning - Security vulnerability scanning
- Release - Automated release workflow
- Deploy - Deployment workflow
- FUNDING.yml - Sponsorship and funding information
- dependabot.yml - Automated dependency updates
- CODEOWNERS - Default code ownership
- profile/README.md - Organization profile page
When a repository in the Apotians organization doesn't have its own community health file, GitHub will automatically use the file from this repository. This ensures consistency across all our projects.
- Files in the repository itself take precedence
- If not found, GitHub uses files from this
.githubrepository - Organization-wide defaults apply to all public and private repositories
Individual repositories can override these defaults by creating their own files. To customize:
- Copy the relevant file(s) to your repository
- Modify as needed for your specific project
- Commit to your repository
The repository-specific file will take precedence over the organization default.
To update organization-wide defaults:
- Create a branch for your changes
- Update the relevant files
- Submit a pull request
- Get approval from organization maintainers
- Merge to main
Changes will automatically apply to all repositories that don't have their own versions of these files.
- GitHub Documentation: Creating a default community health file
- GitHub Documentation: About issue and pull request templates
- GitHub Documentation: Creating workflow templates
Unless otherwise specified, the content in this repository is available under the MIT License.
Maintained by the Apotians organization maintainers