Skip to content

Commit 38850b3

Browse files
Update CONTRIBUTING.md
1 parent 37fe597 commit 38850b3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,23 @@
22

33
This file is currently not complete but will be improve step by step.
44

5-
65
# Contributing code
76
## Fork the Pharo repository
87

98
All changes you'll do will be versionned in your own fork of the [https://github.com/PolyMathOrg/PolyMath](PolyMath repository). Then, from your fork you'll be able to issue pull requests to PolyMath, where they will be reviewed, and luckily, integrated.
109

1110
Go to PolyMath github's repository and click on the fork button on the top right. Yes, this means that you'll need a github account to contribute to PolyMath, yes.
1211

12+
## Load last dev version of PolyMath
13+
In a fresh Pharo, load last development version of Polymath :
14+
15+
```Smalltalk
16+
```
17+
1318
## Setup Iceberg
19+
Open Iceberg tool
1420

15-
## Cleanup
21+
## Cleanups
1622
Ounce your pull request is integrated, some cleanups are required:
1723
- remove your branch from your fork
1824
- close the issue (tips: you can automatically close the issue n, by inserting the sentence: **close #n** when you merge your pull request).

0 commit comments

Comments
 (0)