From 937087b5cf4921f12ac0e21b7dc9992a157a95fe Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Tue, 13 Sep 2022 16:04:50 +0200 Subject: [PATCH] chore(github): update PR template to mention signed commits (#7137) Replaces the formatting item, because prettier is run automatically. Also removes the locale from URLs, not to enforce the English version. --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 21aec38293ab..8e8398b96d2e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,11 +6,11 @@ If you don't follow this template, your PR will very likely be closed. Before submitting the PR, please make sure the following is done: - 1. Read the Community Participation Guidelines: https://www.mozilla.org/en-US/about/governance/policies/participation/ + 1. Read the Community Participation Guidelines: https://www.mozilla.org/about/governance/policies/participation/ 2. Ensure that there is an open issue for the problem you're solving, or create it first: https://github.com/mdn/yari/issues/new/choose 3. Fork the repository and create your branch from `main`. 4. Run `yarn` in the repository root. - 5. Ensure the code is formatted: `yarn prettier --write .` + 5. Make sure to sign all your commits: https://docs.github.com/authentication/managing-commit-signature-verification/signing-commits --> ## Summary