Skip to content

Commit

Permalink
chore(github): update PR template to mention signed commits (mdn#7137)
Browse files Browse the repository at this point in the history
Replaces the formatting item, because prettier is run automatically.
Also removes the locale from URLs, not to enforce the English version.
  • Loading branch information
caugner authored Sep 13, 2022
1 parent dbcd547 commit 937087b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 937087b

Please sign in to comment.