The README has the following in the 'contributing' section
"Any contribution to SqueakSheet is highly welcome! Please feel free to fork and pull-request, and create issues. "
I assume to contribute I have to
a) fork this repository
b) start with a pristine 5.3 image (latest release)
c) execute the following load script
Metacello new
baseline: 'SpreadSheetTool';
repository: 'github://hpi-swa-teaching/SpreadSheetTool:alpha-release/packages';
load
d) do my changes in Squeak
e) ??? save my changes to my fork ??? (<<How is this done)
f) submit a pull request
Which steps are necessary on the Squeak side to create a
The README has the following in the 'contributing' section
"Any contribution to SqueakSheet is highly welcome! Please feel free to fork and pull-request, and create issues. "
I assume to contribute I have to a) fork this repository b) start with a pristine 5.3 image (latest release) c) execute the following load script
d) do my changes in Squeak e) ??? save my changes to my fork ??? (<<How is this done) f) submit a pull request Which steps are necessary on the Squeak side to create a