Initial Drupal 11 with DDEV setup
This commit is contained in:
30
vendor/chi-teck/drupal-code-generator/templates/_module/README.md.twig
vendored
Normal file
30
vendor/chi-teck/drupal-code-generator/templates/_module/README.md.twig
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
## INTRODUCTION
|
||||
|
||||
The {{ name }} module is a DESCRIBE_THE_MODULE_HERE.
|
||||
|
||||
The primary use case for this module is:
|
||||
|
||||
- Use case #1
|
||||
- Use case #2
|
||||
- Use case #3
|
||||
|
||||
## 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.
|
||||
|
||||
## CONFIGURATION
|
||||
- Configuration step #1
|
||||
- Configuration step #2
|
||||
- Configuration step #3
|
||||
|
||||
## MAINTAINERS
|
||||
|
||||
Current maintainers for Drupal 10:
|
||||
|
||||
- FIRST_NAME LAST_NAME (NICKNAME) - https://www.drupal.org/u/NICKNAME
|
||||
|
||||
Reference in New Issue
Block a user