Update CONTRIBUTING.md, PULL_REQUEST_TEMPLATE.md, Makefile:

* Update syntax guidelines according to new indentation convetion
 * Include relevant information in both files
 * Wording
This commit is contained in:
nodiscc
2017-12-28 13:30:02 +01:00
parent 54119b211c
commit 7ccb43c576
3 changed files with 11 additions and 7 deletions

View File

@ -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