Add archival notice for repository migration to closed source#98
Conversation
Added prominent notice at the top of README files indicating these libraries are no longer open source and have moved to internal repositories. Includes links to the new private repository locations.
|
Comment
You can also request review from a specific team by commenting 💡 If you see something that doesn't look right, check the configuration guide. |
There was a problem hiding this comment.
Pull request overview
This PR adds an archival notice to the README documenting the repository's transition from open source to a closed-source internal codebase. The notice is positioned prominently at the top of the README to inform users that the library will no longer receive public updates.
- Adds a markdown "IMPORTANT" callout notice at the beginning of README.md
- Explains the business rationale for moving to closed source
- Provides a reference link to the internal repository location
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| > | ||
| > To better serve Wise business and customer needs, this library is no longer open source and will not receive further public updates. The codebase has moved to our internal systems. | ||
| > | ||
| > **For continued development and access, please refer to the internal repository:** |
There was a problem hiding this comment.
The link to the internal repository (https://github.com/transferwise/tw-tkms-private) is likely not accessible to public users viewing this public repository. Since this is an archival notice for a repository that's moving to closed source, external users won't be able to access this link. Consider either:
- Removing the link entirely if it's not meant for public access
- Adding a note that the link is only accessible to Wise internal team members
- If there's an alternative public contact method or migration guide, provide that instead
| > **For continued development and access, please refer to the internal repository:** | |
| > **For continued development and access, please refer to the internal repository (internal access only):** |
Context
To better serve Wise business and customer needs, this library is no longer open source and will not receive further public updates. The codebases have moved to internal systems.
This PR adds a prominent deprecation notice at the beginning of the README about this change.