diff options
author | nodiscc <nodiscc@gmail.com> | 2017-12-28 12:30:02 +0000 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2017-12-28 12:31:38 +0000 |
commit | 7ccb43c576050f7d4ec75831c02494786d753594 (patch) | |
tree | 570945e2c053259d61d370102cd76a5bef87c8b5 /Makefile | |
parent | fix libreread source URL and license (diff) | |
download | awesome-selfhosted-7ccb43c576050f7d4ec75831c02494786d753594.tar.gz awesome-selfhosted-7ccb43c576050f7d4ec75831c02494786d753594.zip |
Update CONTRIBUTING.md, PULL_REQUEST_TEMPLATE.md, Makefile:
* Update syntax guidelines according to new indentation convetion
* Include relevant information in both files
* Wording
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |