From fefb6bc3097142f469e0ce35e77e3a5d099e62ff Mon Sep 17 00:00:00 2001 From: Philip Mallegol-Hansen Date: Wed, 24 May 2023 09:54:59 -0700 Subject: [PATCH] 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. --- CODE_OF_CONDUCT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index c3a7c190..a65a5dae 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -55,7 +55,7 @@ further defined and clarified by project maintainers. ## Enforcement 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 . All 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 obligated to maintain confidentiality with regard to the reporter of an incident.