Skip to content

Commit 10c6b09

Browse files
committed
end boilerplate guide by reminding to look over finished script
Signed-off-by: Ivan Boothe <[email protected]>
1 parent 7bef44d commit 10c6b09

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: boilerplate/README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,10 @@ syntax highlighting. Thus the second line in each file disables
2323
7. [pathname.sh](pathname.sh)
2424
8. [dependencies.sh](dependencies.sh)
2525

26-
When considering using temporary files: [temp.sh](temp.sh)
26+
If considering using temporary files: [temp.sh](temp.sh)
27+
28+
When you're ready to release, be sure to go back over the script and look for
29+
comment lines that don't need to be included, as well as pieces that may not be
30+
necessary -- checking for flags with arguments when you're not using any such
31+
flags, deriving the extension of a provided file without using that variable,
32+
etc.

0 commit comments

Comments
 (0)