WordPress / wordpress-importer

The WordPress Importer
https://wordpress.org/plugins/wordpress-importer/
GNU General Public License v2.0
78 stars 76 forks source link

Clean up readme.txt #149

Closed ouikhuan closed 1 year ago

ouikhuan commented 1 year ago

Clean up readme.txt

jrfnl commented 1 year ago

This change is unnecessary. Markdown parses this to a numeric list and will fill in the numbers correctly as can be seen here: https://wordpress.org/plugins/wordpress-importer/#installation

Keeping all numbers at 1 prevents churn when a new list item would be added, so should be considered good practice.

ouikhuan commented 1 year ago

Keeping all numbers at 1 prevents churn when a new list item would be added, so should be considered good practice.

Thanks for pointing this out @jrfnl , we were trying to trigger the assets-readme.yml updates we made here because we kept getting fail build through testing. In this case I'll close this PR.