mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
chore(docs): Fix templates
This commit is contained in:
5
.github/ISSUE_TEMPLATE/config.yml
vendored
5
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -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.
|
||||
|
||||
6
.github/workflows/welcome-bot.yml
vendored
6
.github/workflows/welcome-bot.yml
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user