Fixes bare URL in Code of Conduct (#4274)

An update to markdownlint in #4158 has highlighted that the current file breaks one of the rules,
namely: https://github.com/updownpress/markdown-lint/blob/master/rules/034-no-bare-urls.md

This commit resolves the issue by adding angle brackets around the URL.
This commit is contained in:
Philip Mallegol-Hansen 2023-05-24 09:54:59 -07:00 committed by GitHub
parent d8d906961a
commit fefb6bc309
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement ## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at opensource@github.com. All reported by contacting the project team at <opensource@github.com>. All
complaints will be reviewed and investigated and will result in a response that complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident. obligated to maintain confidentiality with regard to the reporter of an incident.