diff --git a/.github/workflows/welcome-bot.yml b/.github/workflows/welcome-bot.yml index d209df42..c921eced 100644 --- a/.github/workflows/welcome-bot.yml +++ b/.github/workflows/welcome-bot.yml @@ -18,18 +18,18 @@ jobs: uses: mdn/workflows/.github/workflows/allo-allo.yml@main with: target-repo: "mdn/data" - issue-welcome: | + issue-welcome: > It looks like this is your first issue. Welcome! 👋 One of the project maintainers will be with you as soon as possible. We appreciate your patience. To safeguard the health of the project, please take a moment to read our [code of conduct](../blob/main/CODE_OF_CONDUCT.md). - pr-welcome: | + pr-welcome: > It looks like this is your first pull request. 🎉 Thank you for your contribution! One of the project maintainers will triage and assign the pull request for review. We appreciate your patience. To safeguard the health of the project, please take a moment to read our [code of conduct](../blob/main/CODE_OF_CONDUCT.md). - pr-merged: | + pr-merged: > Congratulations on your first merged pull request. 🎉 Thank you for your contribution! Did you know we have a [project board](https://github.com/orgs/mdn/projects/25) with high-impact contribution opportunities? We look forward to your next contribution. diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index e3a94572..bd86da55 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,8 +1,8 @@ -# Community participation guidelines +# Code of conduct 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/). +For more details, read [Mozilla's Community Participation Guidelines](https://www.mozilla.org/about/governance/policies/participation/). ## Reporting violations -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. +For more information on how to report violations of the Community Participation Guidelines, read the [How to report](https://www.mozilla.org/about/governance/policies/participation/reporting/) page. diff --git a/REVIEWING.md b/REVIEWING.md index 6d92a443..bf3bfacb 100644 --- a/REVIEWING.md +++ b/REVIEWING.md @@ -1,11 +1,7 @@ # Reviewing guide -## Values and guidelines - -All reviewers must abide by the [Code of Conduct](CODE_OF_CONDUCT.md); they are also protected by the Code of Conduct. -A reviewer should not tolerate poor behavior and is encouraged to [report any behavior](CODE_OF_CONDUCT.md#Reporting_violations) that violates the Code of Conduct. - -Everyone participating must follow our [Community Participation Guidelines](CODE_OF_CONDUCT.md#Community_Participation_Guidelines) +All reviewers must abide by the [code of conduct](CODE_OF_CONDUCT.md); they are also protected by the code of conduct. +A reviewer should not tolerate poor behavior and is encouraged to [report any behavior](CODE_OF_CONDUCT.md#Reporting_violations) that violates the code of conduct. ## Review process