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