Closed (fixed)
Project:
Tour UI
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
30 Sep 2018 at 14:29 UTC
Updated:
14 Nov 2018 at 15:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
clemens.tolboomYesterday (or so) I closed #2514272: Providing usefull information in the README.txt but that was apparently a mistake as you point out.
Comment #3
volkswagenchicktagging for badcamp 2018
Comment #4
clemens.tolboom@volkswagenchick thanks for tagging
I prefer README.md (a markdown version). I also created #3004326: Make the Tour UI project page look awesome as the README should repeat ...
Comment #5
banoodle commentedComment #6
banoodle commented@clemens.tolboom I'm attaching a patch that removes the old README.txt and adds a new README.md based on the new Project page.
Comment #7
clemens.tolboom@banoodle just some notes. Feel free not to spend more time. I can do it on commit.
Let's insert a new line between all headings and the text
Is this numbering the markdown way. I thought all 1.'s suffice?
Whitespace
Please add a new/empty last line here.
Comment #8
banoodle commentedThanks for reviewing @clemens.tolboom.
I'm attaching the requested revisions. Cheers!
Comment #9
volkswagenchickHere is a summary of the preferred format for README.txt:
Headings in all caps.
Headings underlined with ===/--- to the length of the heading, followed by a newline.
Two lines prior to headings (except the first one).
Bullets denoted by asterisks (*) with hanging indents.
Numbered lists indented 4 spaces.
Bulleted lists indented 1 space.
Text manually word-wrapped within around 80 characters.
Though these are .txt formats, the 80 character line break should be followed.
Comment #10
clemens.tolboom@volkswagenchick we are doing markdown. If your suggestions still hold please add a link to these specs.
Comment #11
clemens.tolboom@volkswagenchick forget my link request ... you reported this issue :-)
Comment #12
clemens.tolboomReading https://www.drupal.org/docs/develop/documenting-your-project/readme-temp...
@volkswagenchick I take the README.md flow where IMHO other rules are valid :-p
I'll try to check against
- https://daringfireball.net/projects/markdown/syntax (my first md encounter reference)
- https://en.support.wordpress.com/markdown-quick-reference/ (better readable)
Will commit (with some edits #8 this week.
Comment #14
clemens.tolboomFor completeness I attached my patch. Committed.
Thanks @banoodle and @volkswagenchick for moving this forward.