-
Notifications
You must be signed in to change notification settings - Fork 0
[Repo] fix: Address Copilot feedback on community docs #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| <!-- markdownlint-disable MD041 --> | ||
|
|
||
| ## Summary | ||
| <!-- What does this PR do and why? --> | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
|
Comment on lines
34
to
+37
|
||
| 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). | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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). | ||
|
Comment on lines
+8
to
+9
|
||
|
|
||
| Please include: | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
|
Comment on lines
+19
to
+20
|
||
|
|
||
| ## Out of Scope | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line exceeds the repo’s MD013 line_length 80 setting due to the full advisory URL, which will cause markdownlint to fail. Consider using a shorter relative link (e.g., ../../security/advisories/new) so the line stays within 80 characters.