Bug 1966441 - Add Code of Conduct, DONTBUILD r=sylvestre

Differential Revision: https://phabricator.services.mozilla.com/D249424
This commit is contained in:
glob
2025-05-20 15:30:13 +00:00
committed by sledru@mozilla.com
parent 9b1649ae58
commit 7da3c99c68
2 changed files with 11 additions and 0 deletions

8
CODE_OF_CONDUCT.md Normal file
View File

@@ -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.

View File

@@ -55,6 +55,9 @@ with Files("**/l10n.toml"):
with Files("README.md"): with Files("README.md"):
BUG_COMPONENT = ("Core", "General") BUG_COMPONENT = ("Core", "General")
with Files("CODE_OF_CONDUCT.md"):
BUG_COMPONENT = ("Core", "General")
with Files("SECURITY.md"): with Files("SECURITY.md"):
BUG_COMPONENT = ("Core", "DOM: Security") BUG_COMPONENT = ("Core", "DOM: Security")