Problem/Motivation
The help text code is messy and has to be maintained separately from the project page on d.o, which has more or less the same content.
Proposed resolution
Remove the current content of the help page, and replace it with a link to the project page.
Remaining tasks
- Remove the current content of the help page, and replace it with a link to the project page
User interface changes
Help page truncated and replaced with a link.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | gender.png | 16.38 KB | nitin_lama |
| #2 | gender_help_to_do_page-2996604-2.patch | 12.92 KB | duaelfr |
Issue fork gender-2996604
Show commands
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 #2
duaelfrI had a few minutes so here is a patch inspired from #2996607: Update README.md to link to project page
Comment #3
alexdmccabeI appreciate the patch, but in the future, please double-check the tags - this was intended to be a novice issue. I do realize that you posted the patch a week after the contrib day event itself, but working on the issue still could have been reserved for a novice.
Thanks!
Comment #4
alexdmccabeThat said, there's some work to be done.
https://www.drupal.org/docs/develop/standards/coding-standards#quotes
I'm pretty sure this also goes for escaping double quotes, so rather than
we could do
Comment #5
duaelfrI won't answer about the noviceness of this issue because I'm not in a good mood and I don't want to expose you or myself to anger.
About the escaping issue, we have both simple (
gender field module's project pageand double quotes (<a href=":url">) in the translated string so I don't know how to handle this by the book. I'm not confident enough in english to rewrite the string but I'm sure someone else could.Comment #7
nitin_lamaComment #9
nitin_lamaMR created. Please review.
Thanks.
Comment #10
nitin_lamaComment #11
nitin_lama