From 83764b3002a6180c3dd68d90345ca7fc991940a4 Mon Sep 17 00:00:00 2001 From: Brian Thomas Smith Date: Tue, 3 Jan 2023 13:45:04 +0100 Subject: [PATCH] chore(docs): Fix templates --- .github/ISSUE_TEMPLATE/config.yml | 5 ++++- .github/workflows/welcome-bot.yml | 6 +++--- CODE_OF_CONDUCT.md | 12 ++++++------ 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a7dab48..03d9f6c 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,11 @@ blank_issues_enabled: true contact_links: + - name: Content or feature request + url: https://github.com/mdn/mdn/issues/new/choose + about: Propose new content for MDN Web Docs or submit a feature request using this link. - name: MDN GitHub Discussions url: https://github.com/orgs/mdn/discussions - about: Does the issue involve a lot of pages, or are you not sure how it can be split into actionable tasks? Consider starting a discussion first. + about: Does the issue involve a lot of changes, or is it hard to split it into actionable tasks? Start a discussion before opening an issue. - name: MDN Web Docs on Discourse url: https://discourse.mozilla.org/c/mdn/learn/250 about: Need help with assessments on MDN Web Docs? We have a support community for this purpose on Discourse. diff --git a/.github/workflows/welcome-bot.yml b/.github/workflows/welcome-bot.yml index 08acfb2..bd64dd7 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/webextensions-examples" - 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 50e26b1..bd86da5 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/). +This repository is governed by Mozilla's code of conduct and etiquette guidelines. +For more details, read [Mozilla's 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. +## Reporting violations + +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.