From 7ccb43c576050f7d4ec75831c02494786d753594 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Thu, 28 Dec 2017 13:30:02 +0100 Subject: Update CONTRIBUTING.md, PULL_REQUEST_TEMPLATE.md, Makefile: * Update syntax guidelines according to new indentation convetion * Include relevant information in both files * Wording --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 00b366ae..4886ccea 100755 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ add: else Moreinfo=$$(echo "($$CDemo$$CSource)" | sed 's|)\[|), [|g') ;\ fi ;\ echo -e "Copy this entry to your clipboard, paste it in the appropriate category:\n\n" ;\ - echo " * [$$Name]($$Url) - $${Description} $${Moreinfo} \`$$License\` \`$$Language\`" + echo "- [$$Name]($$Url) - $${Description} $${Moreinfo} \`$$License\` \`$$Language\`" #TODO ask for category and insert item accordingly -- cgit v1.2.3