-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revise readme.txt
for new version
#323
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## trunk #323 +/- ##
=======================================
Coverage 39.49% 39.49%
=======================================
Files 43 43
Lines 2028 2028
=======================================
Hits 801 801
Misses 1227 1227
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@felixarntz I've left some editing feedback. Nothing that I think needs to be blocking, but could help with readability and consistency while we're thinking about it.
Co-authored-by: Joe McGill <801097+joemcgill@users.noreply.github.com>
Thanks @joemcgill, I've addressed your feedback. Could you please take another look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @felixarntz!
This PR revises the contents of
readme.txt
to better reflect the purpose and behavior of the new plugin version intrunk
. It takes inspiration from the existingreadme.txt
from thelegacy-plugin
, as well as the existingREADME.md
file fromtrunk
.Other than the
readme.txt
, a few related miscellaneous changes are included:README.md
introduction is updated to use the same content as the newreadme.txt
.readme.txt
.Fixes #300.