mirror of
https://github.com/PerpetualSoftware/pad.git
synced 2026-09-10 15:05: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.
6 lines
254 B
Plaintext
6 lines
254 B
Plaintext
# CODEOWNERS — auto-request reviews on PRs.
|
|
# See https://docs.github.com/en/repositories/managing-your-repositories-settings-and-customization/customizing-your-repository/about-code-owners
|
|
|
|
# Default — all changes route to the maintainer
|
|
* @xarmian
|