This is a special repository for the Verifone PSDK GitHub organization. It contains community health files, templates, and configuration that apply across all repositories in the organization.
The .github repository serves as the central location for:
- Organization Profile: The README that appears on our organization page
- Community Health Files: Default files that apply to all repositories
- Workflow Templates: Reusable GitHub Actions workflows
- Issue & PR Templates: Standardized templates for contributions
.github/
├── README.md # This file
├── profile/
│ └── README.md # Organization profile (public-facing)
├── CONTRIBUTING.md # Contribution guidelines
├── CODE_OF_CONDUCT.md # Community code of conduct
├── SECURITY.md # Security policy and reporting
├── SUPPORT.md # Support resources
├── PULL_REQUEST_TEMPLATE.md # Default PR template
├── ISSUE_TEMPLATE/
│ ├── bug_report.md # Bug report template
│ ├── feature_request.md # Feature request template
│ └── question.md # Question template
└── workflow-templates/
├── ci-build.yml # CI/CD workflow template
└── ci-build.properties.json # Template metadata
The public-facing README that appears on the Verifone PSDK organization page. This is the first thing visitors see when they visit our organization.
Note: This is a special GitHub repository. Changes here affect the entire organization. Please review carefully and coordinate with appropriate teams before making updates.