Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

github: update PR template to include canirequire dependencies #75

Merged
merged 1 commit into from
Jul 10, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down