From 3f5db809b2bfddf2272b593d88e51761c4bc1f4a Mon Sep 17 00:00:00 2001 From: Josee9988 Date: Thu, 8 Jul 2021 12:25:32 +0200 Subject: [PATCH] "the script will remove the tests folder when executed" --- SETUP_TEMPLATE.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/SETUP_TEMPLATE.sh b/SETUP_TEMPLATE.sh index dbab27b..e78e92b 100644 --- a/SETUP_TEMPLATE.sh +++ b/SETUP_TEMPLATE.sh @@ -80,6 +80,7 @@ y | Y) rm LICENSE # remove the license rm -r bin/ # remove the bin folder + rm -r tests/ # remove the tests folder writeREADME # write the new README.md writeCHANGELOG # write the basic structure of the CHANGELOG.md echo -e "# add your own funding links" >.github/FUNDING.yml # remove author's custom funding links