Commit 09d8c583 authored by glob's avatar glob Committed by sledru@mozilla.com
Browse files

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

parent 9ca96b06
Loading
Loading
Loading
Loading

CODE_OF_CONDUCT.md

0 → 100644
+8 −0
Original line number Diff line number Diff line
# 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.
+3 −0
Original line number Diff line number Diff line
@@ -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")