We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bef44d commit 10c6b09Copy full SHA for 10c6b09
boilerplate/README.md
@@ -23,4 +23,10 @@ syntax highlighting. Thus the second line in each file disables
23
7. [pathname.sh](pathname.sh)
24
8. [dependencies.sh](dependencies.sh)
25
26
-When considering using temporary files: [temp.sh](temp.sh)
+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