mirror of
https://github.com/PerpetualSoftware/pad.git
synced 2026-09-10 06:55:40 +00:00
844761cff4
Adds three community health files flagged by the GitHub repo scan: - CODE_OF_CONDUCT.md: Contributor Covenant v2.1 verbatim, with the enforcement contact set to conduct@getpad.dev (matches the domain used for security@getpad.dev in SECURITY.md). - .github/CODEOWNERS: default catch-all routing review requests to @xarmian so PRs auto-request the maintainer. - .github/FUNDING.yml: enables the Sponsor button on the repo via github: xarmian; other platforms left commented for future. Parent: PLAN-644.
9 lines
460 B
YAML
9 lines
460 B
YAML
# Funding — enables the "Sponsor" button on the repository.
|
|
# https://docs.github.com/en/repositories/managing-your-repositories-settings-and-customization/customizing-your-repository/displaying-a-sponsor-button-in-your-repository
|
|
|
|
github: xarmian
|
|
# patreon: # Replace with a single Patreon username
|
|
# open_collective: # Replace with a single Open Collective username
|
|
# ko_fi: # Replace with a single Ko-fi username
|
|
# custom: ['https://example.com/sponsor']
|