You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use `@MetaMask/engineering` as codeowners instead of outdated
`@MetaMask/devs` group
- Remove 'Examples' section from pull request template
- Use the `checkout-and-setup` action to ensure that `actions/cache` is
not used within publishing workflows
- Add `compatibility-test` step to `build-lint-test`
- Bump `action-create-release-pr` to v4
- Bump `action-publish-release` to v3
- Bump `action-npm-publish` to v5
- Bump `actions/checkout` to v4
- Call the security code scanner workflow from `main.yml`
- Announce new releases in Slack
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,3 @@ Are there any issues or other links reviewers should consult to understand this
9
9
* Fixes #12345
10
10
* See: #67890
11
11
-->
12
-
13
-
## Examples
14
-
15
-
<!--
16
-
Are there any examples of this change being used in another repository?
17
-
18
-
When considering changes to the MetaMask module template, it's strongly preferred that the change be experimented with in another repository first. This gives reviewers a better sense of how the change works, making it less likely the change will need to be reverted or adjusted later.
0 commit comments