From 39c17b0e1e7677ae11a88a75fe842ababb30e3d4 Mon Sep 17 00:00:00 2001 From: Shu Shen Date: Fri, 10 Jul 2020 09:47:36 -0700 Subject: [PATCH] github: update PR template to include canirequire --- .github/PULL_REQUEST_TEMPLATE.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3c59026..cab52bf 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,7 +13,16 @@ If there were visual changes to the application with this change, please include ## πŸ”— References > Include at at least one link to an explanation + requirements for this change, and more if at all possible. Typically this is a Jira/GitHub Issue, but could also be links to Zendesk tickets, RFCs, rollout plan or Slack conversations (for Slack conversations, make sure you provide a summary of the conversation under β€œChanges”). - + +## πŸ›‘ Runtime Dependencies + +> If you have updated the version of any package listed under `auth0-extension.externals` in `package.json`, please ensure the updated version has already been made available in [canirequire](https://auth0-extensions.github.io/canirequire/). + +βœ…πŸš« This change does not require any new version of packages + +βœ…πŸš« All packages and versions required by this change have been included in [canirequire](https://auth0-extensions.github.io/canirequire/) + + ## 🎯 Testing > Describe how this can be tested by reviewers. Please be specific about anything not tested and reasons why.