mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
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:
parent
d8d906961a
commit
fefb6bc309
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue