Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 14 additions & 8 deletions templates/_module/README.md.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## INTRODUCTION
# {{ name }}

The {{ name }} module is a DESCRIBE_THE_MODULE_HERE.

Expand All @@ -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

22 changes: 14 additions & 8 deletions tests/functional/Generator/_module/foo/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## INTRODUCTION
# Foo

The Foo module is a DESCRIBE_THE_MODULE_HERE.

Expand All @@ -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

Loading