From 7da3c99c6825fa143b4f66d154ec2aa28b3960e8 Mon Sep 17 00:00:00 2001 From: glob Date: Tue, 20 May 2025 15:30:13 +0000 Subject: [PATCH] Bug 1966441 - Add Code of Conduct, DONTBUILD r=sylvestre Differential Revision: https://phabricator.services.mozilla.com/D249424 --- CODE_OF_CONDUCT.md | 8 ++++++++ moz.build | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 000000000000..4f66cdaf5784 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,8 @@ +# Community Participation Guidelines + +This repository is governed by Mozilla's code of conduct and etiquette guidelines. +For more details, please read the +[Mozilla Community Participation Guidelines](https://www.mozilla.org/about/governance/policies/participation/). + +## How to Report +For more information on how to report violations of the Community Participation Guidelines, please read our '[How to Report](https://www.mozilla.org/about/governance/policies/participation/reporting/)' page. diff --git a/moz.build b/moz.build index ded96b6dd64b..14a57872e873 100644 --- a/moz.build +++ b/moz.build @@ -55,6 +55,9 @@ with Files("**/l10n.toml"): with Files("README.md"): BUG_COMPONENT = ("Core", "General") +with Files("CODE_OF_CONDUCT.md"): + BUG_COMPONENT = ("Core", "General") + with Files("SECURITY.md"): BUG_COMPONENT = ("Core", "DOM: Security")