chore(docs): Fix templates

This commit is contained in:
Brian Thomas Smith
2023-01-03 13:45:04 +01:00
parent 83fa8830f0
commit 83764b3002
3 changed files with 13 additions and 10 deletions

View File

@@ -1,8 +1,11 @@
blank_issues_enabled: true blank_issues_enabled: true
contact_links: 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 - name: MDN GitHub Discussions
url: https://github.com/orgs/mdn/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 - name: MDN Web Docs on Discourse
url: https://discourse.mozilla.org/c/mdn/learn/250 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. about: Need help with assessments on MDN Web Docs? We have a support community for this purpose on Discourse.

View File

@@ -18,18 +18,18 @@ jobs:
uses: mdn/workflows/.github/workflows/allo-allo.yml@main uses: mdn/workflows/.github/workflows/allo-allo.yml@main
with: with:
target-repo: "mdn/webextensions-examples" target-repo: "mdn/webextensions-examples"
issue-welcome: | issue-welcome: >
It looks like this is your first 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 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 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). 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. 🎉 It looks like this is your first pull request. 🎉
Thank you for your contribution! One of the project maintainers will triage Thank you for your contribution! One of the project maintainers will triage
and assign the pull request for review. We appreciate your patience. To 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 safeguard the health of the project, please take a moment to read our
[code of conduct](../blob/main/CODE_OF_CONDUCT.md). [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! 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? 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. We look forward to your next contribution.

View File

@@ -1,8 +1,8 @@
# Community Participation Guidelines # Code of conduct
This repository is governed by Mozilla's code of conduct and etiquette guidelines. This repository is governed by Mozilla's code of conduct and etiquette guidelines.
For more details, please read the For more details, read [Mozilla's Community Participation Guidelines](https://www.mozilla.org/about/governance/policies/participation/).
[Mozilla Community Participation Guidelines](https://www.mozilla.org/about/governance/policies/participation/).
## How to Report ## 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.