Closed (fixed)
Project:
Give
Version:
2.0.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2024 at 17:23 UTC
Updated:
6 Jun 2025 at 16:24 UTC
Jump to comment: Most recent
Instead of README.txt, we could utilize README.md for better rendering through markdown formatting.
Given our transition to GitLab, it's advisable to opt for Markdown over plain .txt files for our documentation.
Please follow this pattern:- https://www.drupal.org/docs/develop/managing-a-drupalorg-theme-module-or...
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
rishabjasrotia commentedComment #5
kenyoowen commentedHi rishabjasrotia
I reviewed your MR!4 replacing txt to md isn't correct, the README.md file should be following the format of the README.md template.
Thank you
Comment #6
rishabjasrotia commentedComment #7
kenyoowen commentedHi rishabjasrotia
I reviewed your changes and still missing a
link to the project page and issue queuein Project name and introduction section and the installation section the link should be replaced tohttps://www.drupal.org/docs/extending-drupal/installing-drupal-modulesand format is wrong for install section it should beFor further information, seeand maintainer format is wrong also it should be.
Thank you
Comment #9
deepak5423 commented@kenyoOwen @vishal-Yaduvanshi please review the changes.
Comment #10
deepak5423 commentedComment #11
a.aaronjake commentedHi @deepak5423,
Applied your MR !4, all concerns about the standard format is confirmed fixed.
Will change the status to RTBC.
Thank you.
Comment #12
kenyoowen commentedHi deepak5423
I reviewed your changes and you should remove the URL for the module in the Project name and Introduction section which is this one
[Give](https://www.drupal.org/project/give)and wrong format in the maintainer section it should beThanks,
Ken.
Comment #13
deepak5423 commented@kenyoOwen I have updated the MR according to the standards.
Please review
Comment #14
kenyoowen commentedHi deepak5423
I reviewed your changes and it fixed the issues mentioned in comment #12. The README.md file now follows the README.md template.
Thanks.
Comment #17
mlncn commented