- Issue created by @vishal-lnwebworks
- First commit to issue fork.
- Status changed to Needs review
6 months ago 9:46am 22 May 2024 - Status changed to RTBC
5 months ago 2:32am 6 June 2024 - 🇵🇭Philippines clarkssquared
Hi Rajesh,
I applied your MR !5 and I confirmed that it created a README.md in Actions module and it is following the Drupal README.md template → , below is the README.md content
# Action Actions are module-defined tasks that can be executed on the site; for example, unpublishing content, sending an email message, or blocking a user. ## Table of contents - Requirements - Installation - Configuration - Maintainers ## Requirements This module requires no modules outside of Drupal core. ## 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-drupal-modules). ### Composer If your site is [managed via Composer](https://www.drupal.org/node/2718229), use Composer to download the module: ```sh composer require "drupal/action" ``` It downloads the latest release, use 1.x-dev to get the -dev release instead. Use ```composer update drupal/action --with-dependencies``` to update to a new release. ### Ludwig Composer is recommended whenever possible. However, if you are not familiar with Composer yet (or you want to avoid it for other reasons) you can install and use [Ludwig](https://www.drupal.org/project/ludwig) module to manage Address module library dependencies. Read more at Ludwig Installation and Usage guide: https://www.drupal.org/docs/contributed-modules/ludwig/installation-and-usage ## Configuration The configuration page is at `/admin/config/system/actions`, where you can configure the Action module. ## Maintainers - Andrey Postnikov - [andypost](https://www.drupal.org/u/ndypost)