diff --git a/MIGRATION_TEMPLATE.md b/MIGRATION_TEMPLATE.md new file mode 100644 index 00000000..34425aaa --- /dev/null +++ b/MIGRATION_TEMPLATE.md @@ -0,0 +1,45 @@ + +# Migrating to libp2p@__ + +A migration guide for refactoring your application code from libp2p v__ to v__. + +## Table of Contents + +- [API](#api) +- [Module Updates](#module-updates) + +## API + + + +## Module Updates + +With this release you should update the following libp2p modules if you are relying on them: + + + +```json + +```