During #3060700: [HU] Translation update based on #3028513 I observed that in the recently added source/en/extend-git.txt there's no [role="summary"] part coming after the file title as usually does. As @jhodgdon confirmed via Slack it's a mistake, so here's a possible sentence provided to fill the gap.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3060710-fix-up-summaries.txt | 16.42 KB | jhodgdon |
Comments
Comment #2
jhodgdonI verified this is the only file that does not currently contain a summary in the English source. The proposed sentence for the extend-git topic looks reasonable, needs a little editing... not sure we want to use the word "popular" in there either?
Also... The reason it was left out by mistake was probably because the templates for new topics do not currently have the summary section in them. So, we should fix that too. We have the templates as individual files in the templates directory, and also in the guidelines/templates.txt file.
Anyway. I can take care of editing that line and adding to the templates. Thanks!
Comment #3
jhodgdonHere's a new patch, with a slightly edited summary for the one file, and updates to the templates so this hopefully will not happen again. I also included notes in the templates about our standards that we adopted in #2775689: Create summaries for topics in the User Guide when we first added summaries. And I copied the templates that were in the guidelines/templates.txt files to the actual template files in the templates folder -- they weren't quite identical.
I also noticed that some of our summaries have newlines in them if they go over 80 characters, and some don't. It looks like either works with our scripts and/or drupal.org... We have a guideline that says all text should be wrapped into 80-character lines. So, I fixed that in a few files.
Comment #4
baluertlI like the idea of consistency in line breaks above 80 chars.
My only observation is that once we suggest that the summary lines should start with "Overview of":
Then later on we do not follow our rule:
So if I understand correctly, this example sentence should read:
Comment #5
jhodgdonNo, actually those are two different templates for two different types of topics. The "concept" topics summary should start with "Overview of", and topic title is like "Concept: something". The "task" topics summary should start with "How to verb a noun" and topic title is like "Verbing a noun". We list both templates, one after the other, in the Templates section of the guidelines, which is why both of them are shown in that same file in the patch:
https://www.drupal.org/docs/user_guide_guidelines/templates.html
Comment #6
baluertlOh, then I overlooked their difference, sorry. Then RTBC'ed of course.
Comment #7
jhodgdonThanks again! Committed, and email going out shortly to the translation group.