Closed (fixed)
Project:
Gender field
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2018 at 21:07 UTC
Updated:
4 Mar 2019 at 14:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
johnny_aroza commentedalexdmccabe i have updated the README.md link to the module's project page on drupal.org.
Comment #3
imalabyaPlease follow the guidelines in https://www.drupal.org/docs/develop/documenting-your-project/readme-template to create the README file.
Comment #4
johnny_aroza commentedimalabyamade the changes according to the template
Comment #5
damienmckennaPatch #4 had a minuscule mistake in that it had unnecessary spaces at the end of the two lines. This patch removes the unwanted spaces but is otherwise identical.
Comment #6
duaelfrLooks good to me
Comment #7
alexdmccabeWhat does everyone think of changing this so instead of putting the link in an inline codeblock, it instead formats the link as an actual link? I'm asking because it feels unnecessary, but technically I think it's more appropriate to do so.
So instead of:
See the gender field module's project page at
https://www.drupal.org/project/genderafter installing for more details and a guide.We'd see:
See the gender field module's project page after installing for more details and a guide.
There's a guide on how to create links in Markdown here: https://daringfireball.net/projects/markdown/syntax#link
Comment #8
sparklingrobotsI like the suggestion, @alexdmccabe.
Comment #9
duaelfrAgreed!
Let's replace this URL by a proper link to the page.
Comment #10
hardikpandya commentedComment #11
alvar0hurtad0Looks good to me.
Comment #14
alexdmccabeApplied and back-ported to 7.x.-2.x.
Thanks everyone!
Comment #15
alexdmccabe