ClassicPress / classic-commerce

A simple but powerful e-commerce platform built for ClassicPress. Forked from WooCommerce and compatible with many Woo extensions.
https://classiccommerce.cc/
GNU General Public License v3.0
52 stars 15 forks source link

Tracking changes backported from WooCommerce #226

Open nylen opened 4 years ago

nylen commented 4 years ago

It might be a good idea to have some automated help tracking changes that CC has accepted from WooCommerce.

For ClassicPress this needs to be a custom tool, since WordPress is developed on SVN and commits are copied between branches using SVN. Our current approach to this process is described here: https://github.com/ClassicPress/ClassicPress/blob/develop/.github/CONTRIBUTING.md#backporting-changes-from-wordpress

For Classic Commerce a tool like https://github.com/sqren/backport might work. I have not evaluated this tool but it's the best-looking option/resource I could find from a couple of quick searches.

bahiirwa commented 2 years ago

This looks like something we need to revisit to make work on this easier once we have the github actions #350 working.