Commit f102e23d authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #3060711 by Balu Ertl, jhodgdon: Supply missing summary section in...

Issue #3060711 by Balu Ertl, jhodgdon: Supply missing summary section in extend-git and regularize summaries
parent 3f2f3ce7
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -39,9 +39,11 @@ is file _templates/task-topic.txt_ in the project Git repository):
// Titles for task topics should be in the format "Verbing a Noun".
=== Verbing a Noun

// The next few lines are a summary of what the topic covers.
// The next few lines are a summary of what the topic covers. Should start with
// "How to [verb]".
[role=summary]
The steps in verbing a noun. No more than 140 characters.
How to verb a noun. No more than 140 characters. Wrap text at 80 characters if
it goes over.

// The next thing that is needed is an entry for the index:
// - Replace the text in (((Nouns,verbing))) with an appropriate index entry,
@@ -211,9 +213,11 @@ concepts. Here is the template for concept topics, including the instructions
// Titles for Concept topics should start with "Concept: ".
=== Concept: ...

// The next few lines are a summary of what the topic covers.
// The next few lines are a summary of what the topic covers. Should start with
// "Overview of".
[role=summary]
Explanation of what a foo is. No more than 140 characters.
Overview of foo. No more than 140 characters. Wrap text at 80 characters if it
goes over.

// The next thing that is needed is an entry for the index:
// - Replace the text in (((indexentry))) with an appropriate index entry,
+2 −1
Original line number Diff line number Diff line
@@ -2,7 +2,8 @@
=== Guide-Wide Attributions

[role="summary"]
List of contributors involved in project management and guide-wide writing/editing tasks.
List of contributors involved in project management and guide-wide
writing/editing tasks.

(((Content attributions for this document)))
(((Attributions for this document)))
+2 −1
Original line number Diff line number Diff line
@@ -2,7 +2,8 @@
=== Installing a Module

[role="summary"]
How to install a core or contributed module, using the administrative interface or Drush.
How to install a core or contributed module, using the administrative interface
or Drush.

(((Module,enabling)))
(((Module,installing)))
+2 −1
Original line number Diff line number Diff line
@@ -3,7 +3,8 @@
=== Synchronizing Configuration Versions

[role="summary"]
How to synchronize the configuration between a development and live site using the core Configuration Manager module.
How to synchronize the configuration between a development and live site using
the core Configuration Manager module.

(((Configuration,synchronizing between development and live site)))
(((Development site,synchronizing with live site)))
+5 −0
Original line number Diff line number Diff line
[[extend-git]]

=== Managing File and Configuration Revisions with Git

[role="summary"]
How to manage file and configuration revisions with the Git revision control
tool.

(((Tool,Git)))
(((Git tool,using)))

Loading