Improve notice about discontinued maintenance#231
Conversation
|
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 improves the wording of the maintenance discontinuation notice in the README to clarify that while the repository is no longer actively maintained, the code remains available under the Apache 2.0 license. The changes address potential confusion about the open-source status and provide clearer guidance for Wise employees on where to find the actively maintained internal version.
- Clarifies that the repository is "no longer maintained" rather than "no longer open source"
- Explicitly states the code remains available under Apache 2.0 license terms
- Adds specific guidance for Wise employees to access the private repository
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| > **For continued development and access (Wise employees only):** | ||
| > The codebase has moved to a private repository accessible to authorized Wise personnel: |
There was a problem hiding this comment.
[nitpick] The phrase "The codebase has moved to a private repository accessible to authorized Wise personnel" is redundant with line 5 which states "We have moved the codebase to our internal systems". Consider consolidating or removing the redundant information to improve clarity and conciseness.
Context
Improve notice's wording, to clarify that code is still under Apache 2.0 license, but is no longer maintained here.
Point to the new closed source location for Wise employees to simplify transition and avoid broken links.