Skip to content

terrykeplin5-create/.github

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

.github Repository

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.

Purpose

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

Repository Structure

.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

Files in This Repository

Profile

profile/README.md

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.

About

Organization-wide community health files, templates, and profile for Verifone PSDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors