Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.72 KB

File metadata and controls

54 lines (36 loc) · 1.72 KB

.github Repository

This repository contains default community health files and templates for the organization/personal account.
These files are applied across all repositories under the account unless overridden in a specific repository.


Purpose

  • Provide consistent contribution guidelines across all repositories
  • Define a code of conduct for contributors
  • Establish a security policy for vulnerability reporting
  • Include funding information for GitHub Sponsors or other platforms
  • Provide default issue and pull request templates

Contents

Profile

  • profile/README.md – Organization or personal profile page content

Contribution Guidelines

  • CONTRIBUTING.md – Default guide for contributing to any repository

Community Standards

  • CODE_OF_CONDUCT.md – Defines expected behavior for contributors

Security

  • SECURITY.md – Default security policy for reporting vulnerabilities

Funding

  • FUNDING.yml – Configuration for GitHub Sponsors or other funding links

Templates

  • ISSUE_TEMPLATE/bug_report.md – Template for reporting bugs
  • ISSUE_TEMPLATE/feature_request.md – Template for suggesting new features
  • PULL_REQUEST_TEMPLATE.md – Template for pull requests

Usage

  • All new issues and pull requests across repositories will use these templates by default.
  • Contribution and conduct policies will be applied organization-wide.
  • Security reports should follow the SECURITY.md instructions.
  • Sponsorship links are defined in FUNDING.yml.

Notes

  • Individual repositories can override any of these files if needed.
  • This repository does not contain production code, only organizational metadata.