Help section is missing in this project
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | README.txt | 1.01 KB | amit.drupal |
| #11 | readme.png | 69.26 KB | amit.drupal |
| #11 | like_and_dislike-2821591-11.patch | 1.85 KB | amit.drupal |
| #8 | like_and_dislike-2821591-5.patch | 3.01 KB | amit.drupal |
| #5 | like_and_dislike-2821591-5.patch | 3.04 KB | amit.drupal |
Comments
Comment #2
Sumit kumar commentedadded patch for this issue.
Comment #3
berdirThanks, but you moved the function between an existing function and its documentation. You need to move it and add a standard hook docblock (Implements hook_help())
Comment #4
pivica commentedHow about adding nice README.md file because this can be used for help also - check https://www.drupal.org/docs/develop/documenting-your-project/module-docu.... On the same page there is example how to reuse README.md file in hook_help() implementation.
Comment #5
amit.drupal commentedAdd README.txt file and improve hook_help().
Comment #6
amit.drupal commentedComment #8
amit.drupal commentedComment #9
amit.drupal commentedComment #11
amit.drupal commentedI am not able to include new README.txt file in patch.
submit patch without include README file text.
Upload README.txt file.
Comment #14
adriancidThanks to @all!, the README.txt file will be added in other issue.