From c109e16323e73053d7f66ad31bebb333da733c54 Mon Sep 17 00:00:00 2001 From: Jay Date: Wed, 8 Apr 2026 17:56:41 +0200 Subject: [PATCH] [Repo] fix: Address Copilot review feedback on community docs - PR template: disable MD041 for headless template - Code of Conduct: fix grammar, use private advisory for reports, correct attribution - Security: remove email mention, keep only advisory link - Support: add security disclosure bullet, shorten URLs with reference links Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/pull_request_template.md | 2 ++ CODE_OF_CONDUCT.md | 16 ++++++++-------- SECURITY.md | 5 ++--- SUPPORT.md | 16 ++++++++++------ 4 files changed, 22 insertions(+), 17 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b8be204..0935ef8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,5 @@ + + ## Summary diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 8da2193..5a2465c 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -11,7 +11,7 @@ orientation. ## Our Standards -Examples of behavior that contributes to a positive +Examples of behavior that contribute to a positive environment: - Using welcoming and inclusive language @@ -32,13 +32,13 @@ Examples of unacceptable behavior: ## Enforcement Instances of abusive, harassing, or otherwise unacceptable -behavior may be reported by opening an issue or contacting -the maintainer. All complaints will be reviewed and -investigated and will result in a response that is deemed -necessary and appropriate to the circumstances. +behavior may be reported through a +[private security advisory](https://github.com/finallyjay/selfhosted-docker-services/security/advisories/new). +All complaints will be reviewed and investigated and will +result in a response that is deemed necessary and +appropriate to the circumstances. ## Attribution -This Code of Conduct is adapted from the -[Contributor Covenant](https://www.contributor-covenant.org), -version 2.1. +This Code of Conduct is inspired by the +[Contributor Covenant](https://www.contributor-covenant.org). diff --git a/SECURITY.md b/SECURITY.md index 2d114df..fd6d464 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -5,9 +5,8 @@ If you discover a security vulnerability in this project, please report it responsibly. -**Do not open a public issue.** Instead, contact the -maintainer directly by email or through a -[private security advisory](https://github.com/finallyjay/selfhosted-docker-services/security/advisories/new). +**Do not open a public issue.** Instead, report it through +a [private security advisory](https://github.com/finallyjay/selfhosted-docker-services/security/advisories/new). Please include: diff --git a/SUPPORT.md b/SUPPORT.md index 172484a..f612b5e 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -8,12 +8,16 @@ following resources: - **Service-specific questions:** Check the `README.md` inside the service directory for setup details and environment variables. -- **Bug reports:** Open an - [issue](https://github.com/finallyjay/selfhosted-docker-services/issues/new?template=bug-report.yml) - using the bug report template. -- **New service requests:** Open an - [issue](https://github.com/finallyjay/selfhosted-docker-services/issues/new?template=new-service.yml) - using the new service template. +- **Bug reports:** [Open an issue][bug] using the bug + report template. +- **New service requests:** [Open an issue][service] using + the new service template. +- **Security vulnerabilities:** Do not open a public issue. + See [SECURITY.md](SECURITY.md) for how to report + privately. + +[bug]: https://github.com/finallyjay/selfhosted-docker-services/issues/new?template=bug-report.yml +[service]: https://github.com/finallyjay/selfhosted-docker-services/issues/new?template=new-service.yml ## Out of Scope