diff --git a/templates/_module/README.md.twig b/templates/_module/README.md.twig index 0fffd05d..489b5eca 100644 --- a/templates/_module/README.md.twig +++ b/templates/_module/README.md.twig @@ -1,4 +1,4 @@ -## INTRODUCTION +# {{ name }} The {{ name }} module is a DESCRIBE_THE_MODULE_HERE. @@ -8,23 +8,29 @@ The primary use case for this module is: - Use case #2 - Use case #3 -## REQUIREMENTS + +## Requirements DESCRIBE_MODULE_DEPENDENCIES_HERE -## INSTALLATION -Install as you would normally install a contributed Drupal module. -See: https://www.drupal.org/node/895232 for further information. +## Installation + +Install as you would normally install a contributed Drupal module. For further +information, see +[Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-modules). + + +## Configuration -## CONFIGURATION - Configuration step #1 - Configuration step #2 - Configuration step #3 -## MAINTAINERS -Current maintainers for Drupal 10: +## Maintainers + +Current maintainers for Drupal 11: - FIRST_NAME LAST_NAME (NICKNAME) - https://www.drupal.org/u/NICKNAME diff --git a/tests/functional/Generator/_module/foo/README.md b/tests/functional/Generator/_module/foo/README.md index 43fed91a..81771a4d 100644 --- a/tests/functional/Generator/_module/foo/README.md +++ b/tests/functional/Generator/_module/foo/README.md @@ -1,4 +1,4 @@ -## INTRODUCTION +# Foo The Foo module is a DESCRIBE_THE_MODULE_HERE. @@ -8,23 +8,29 @@ The primary use case for this module is: - Use case #2 - Use case #3 -## REQUIREMENTS + +## Requirements DESCRIBE_MODULE_DEPENDENCIES_HERE -## INSTALLATION -Install as you would normally install a contributed Drupal module. -See: https://www.drupal.org/node/895232 for further information. +## Installation + +Install as you would normally install a contributed Drupal module. For further +information, see +[Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-modules). + + +## Configuration -## CONFIGURATION - Configuration step #1 - Configuration step #2 - Configuration step #3 -## MAINTAINERS -Current maintainers for Drupal 10: +## Maintainers + +Current maintainers for Drupal 11: - FIRST_NAME LAST_NAME (NICKNAME) - https://www.drupal.org/u/NICKNAME