hpi-swa-teaching / SpreadSheetTool

An interactive spreadsheet tool for Squeak
9 stars 3 forks source link

Extend 'Contributing' section of README file #78

Open hhzl opened 4 years ago

hhzl commented 4 years ago

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

LinqLover commented 4 years ago

@hhzl Fair point. Is the new change to the README.md helpful for you? :-)