Missing Readme.md file

Created on 5 March 2024, 8 months ago
Updated 6 June 2024, 5 months ago

We could be using README.md

Now that we've moved to GitLab, we should probably use Markdown instead of plain .txt files for our documentation.

Follow this pattern
https://www.drupal.org/docs/develop/managing-a-drupalorg-theme-module-or...

📌 Task
Status

RTBC

Version

1.0

Component

Documentation

Created by

🇮🇳India vishal-lnwebworks

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @vishal-lnwebworks
  • First commit to issue fork.
  • Merge request !5Add README.md file → (Open) created by rajeshreeputra
  • Pipeline finished with Success
    6 months ago
    Total: 215s
    #179040
  • Pipeline finished with Success
    6 months ago
    Total: 184s
    #179062
  • Status changed to Needs review 6 months ago
  • Status changed to RTBC 5 months ago
  • 🇵🇭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)
    
Production build 0.71.5 2024