From cbd794e17cc2c8e72f3d691e5f448c0607d8ef14 Mon Sep 17 00:00:00 2001 From: gitressa <3491208+gitressa@users.noreply.github.com> Date: Thu, 6 Aug 2026 08:06:56 +0200 Subject: [PATCH 1/4] Update README template to align with drupal.org --- templates/_module/README.md.twig | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/templates/_module/README.md.twig b/templates/_module/README.md.twig index 0fffd05dc..bab7f95ae 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,28 @@ The primary use case for this module is: - Use case #2 - Use case #3 -## REQUIREMENTS + +## Requirements DESCRIBE_MODULE_DEPENDENCIES_HERE -## INSTALLATION + +## Installation Install as you would normally install a contributed Drupal module. See: https://www.drupal.org/node/895232 for further information. -## 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 From ea1c3ae0ad1052c74b58c1c9eff2e9f7c9f4f667 Mon Sep 17 00:00:00 2001 From: gitressa <3491208+gitressa@users.noreply.github.com> Date: Thu, 6 Aug 2026 08:07:22 +0200 Subject: [PATCH 2/4] Update README template test --- .../functional/Generator/_module/foo/README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/tests/functional/Generator/_module/foo/README.md b/tests/functional/Generator/_module/foo/README.md index 43fed91a1..768b54b26 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,28 @@ The primary use case for this module is: - Use case #2 - Use case #3 -## REQUIREMENTS + +## Requirements DESCRIBE_MODULE_DEPENDENCIES_HERE -## INSTALLATION + +## Installation Install as you would normally install a contributed Drupal module. See: https://www.drupal.org/node/895232 for further information. -## 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 From da58a517d2a474f531507dae358e5f2dc01bb4da Mon Sep 17 00:00:00 2001 From: gitressa <3491208+gitressa@users.noreply.github.com> Date: Thu, 6 Aug 2026 08:18:49 +0200 Subject: [PATCH 3/4] Fix install link in README.md --- tests/functional/Generator/_module/foo/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/functional/Generator/_module/foo/README.md b/tests/functional/Generator/_module/foo/README.md index 768b54b26..81771a4d9 100644 --- a/tests/functional/Generator/_module/foo/README.md +++ b/tests/functional/Generator/_module/foo/README.md @@ -16,8 +16,9 @@ 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. +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 From a7acde3a2ddff5d9a9aea47a14cf02c23b9e7fd4 Mon Sep 17 00:00:00 2001 From: gitressa <3491208+gitressa@users.noreply.github.com> Date: Thu, 6 Aug 2026 08:19:07 +0200 Subject: [PATCH 4/4] Fix install link in README test --- templates/_module/README.md.twig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/_module/README.md.twig b/templates/_module/README.md.twig index bab7f95ae..489b5ecaa 100644 --- a/templates/_module/README.md.twig +++ b/templates/_module/README.md.twig @@ -16,8 +16,9 @@ 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. +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