Activities/Turtle Art/Patching: Difference between revisions

Line 55: Line 55:
* and generate a patch
* and generate a patch
  git diff -U > patch
  git diff -U > patch
* and sent the patch to the maintainer (Brian Silverman) for review
* and sent the patch to the project maintainer (Brian Silverman) for review
  mailto:bss...
  mailto:bss...
* The maintainer made one suggestion:
* The maintainer made one suggestion:
Line 62: Line 62:
* I made the change and did some more testing.
* I made the change and did some more testing.
  defprim(lc,'sqrt', 1, lambda lc,x: sqrt(x))
  defprim(lc,'sqrt', 1, lambda lc,x: sqrt(x))
* next, if you are the patch maintainer, "commit" and "push" the patch; otherwise, follow the instructions on the [[DevelopmentTeam/CodeReview]] page.
* next, if you are the project maintainer, "commit" and "push" the patch; otherwise, follow the instructions on the [[DevelopmentTeam/CodeReview]] page.
  git-commit -a
  git-commit -a
  Created commit fa7a12f: new file:  images/en/numbers/sqrt.gif
  Created commit fa7a12f: new file:  images/en/numbers/sqrt.gif