diff options
| author | Simon Tatham <anakin@pobox.com> | 2015-01-12 19:44:31 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2015-01-12 19:51:07 +0000 |
| commit | b2f8f5fb5731a14b68372d09153cd6f04d0b7f67 (patch) | |
| tree | e383a3f7acb9f6ebe22bf08d39939db5c0777f40 | |
| parent | 70b26db85a8e452b9b2fb65634e21d00baf04042 (diff) | |
| download | puzzles-b2f8f5fb5731a14b68372d09153cd6f04d0b7f67.zip puzzles-b2f8f5fb5731a14b68372d09153cd6f04d0b7f67.tar.gz puzzles-b2f8f5fb5731a14b68372d09153cd6f04d0b7f67.tar.bz2 puzzles-b2f8f5fb5731a14b68372d09153cd6f04d0b7f67.tar.xz | |
Update the new-puzzle checklist for git.
Replace references to svn:ignore and 'svn add' with the git
equivalents.
| -rw-r--r-- | CHECKLST.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHECKLST.txt b/CHECKLST.txt index 55d190d..169f834 100644 --- a/CHECKLST.txt +++ b/CHECKLST.txt @@ -39,7 +39,7 @@ Check that REQUIRE_RBUTTON and/or REQUIRE_NUMPAD are set as appropriate. Add the new Unix binary name, and the names of any auxiliary solver -binaries, to the svn:ignore property. +binaries, to .gitignore. Write an instructions fragment for the webified puzzle pages, as html/<puzzlename>.html . @@ -52,7 +52,7 @@ Make a screenshot: - set up a CROP property in icons/Makefile if the icon wants to be a sub-rectangle of the whole screenshot -Don't forget to `svn add' the new source file, the new .R file and the +Don't forget to `git add' the new source file, the new .R file and the save file in `icons', the new .html file, and any other new files that might have been involved. |