Closed baileythegreen closed 3 years ago
Thanks for your first pull request!
@baileythegreen - Your pull request does not follow our contribution guidelines. Please review the following issues and update.
pull request title must use proper <type>
or <scope>
.
pull request title must use imperative form - e.g. Add, Fix etc
Branch name must have a proper prefix.
<header>
of commit message must use proper <type>
or <scope>
.
<header>
of commit message needs to be less than 51 characters long
Each line in <body>
of commit message needs to be less than 73 characters long
If you have any questions, please refer to our Contributing Guidelines or ask us here.
Thanks
Thanks for opening this pull request! Please check out the Contributing Guidelines.
@baileythegreen Wrong PR Title: Style(main.py) Please check Contributing Guidelines for more information.
@baileythegreen Contribution Message Convention Tests failed with GitMagic. Please check details and Contributing Guidelines for more information. If you don't want to correct it yourself, just tell the maintainers. They will do it when merging.
@baileythegreen Contribution Message Convention Tests failed with GitMagic. Please check details and Contributing Guidelines for more information. If you don't want to correct it yourself, just tell the maintainers. They will do it when merging.
@BobAnkh I thought I'd managed to follow all of the Contributing guidelines here, but gitmagic and Title Validator seem unhappy. I have tried modifying the title, to no avail, and I have no idea what gitmagic is failing on.
@baileythegreen Don't worry, I will handle the style problem.
Also, I think this is a new feature(code style actually means something related to indent, white-space, etc)
Awesome work, congrats on your first merged pull request!
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue or pull request.
Description
This increases the spacing between individual images/names in the contributor table, and wraps long names. Previously, there was not always sufficient space between individual entries, and long names caused table columns to have different widths.
Created two variables:
cell_width
andcell_height
, whose values are derived fromimg_width
and used to set the style oftd
. I also added padding to the top of the image objects, to the tune of 10px to ensure there would always be some gap.Closes: #31 .
How Has This Been Tested
I have used the baileythegreen/add-contributors@patch-1 branch to test this at: https://baileythegreen.github.io/glosario/contributors/ by modifying the
contributors.yml
file to use my revised version.Screenshots(optional)
Previous version with uneven spacing and elements too close together:
Version with the changes made in this PR:
Types of changes
Checklist