Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(website): reduce Contributor_Tiers page's table vertical Padding #9041

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/maintenance/Contributor_Tiers.mdx
JoshuaKGoldberg marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ These tiers of contributors, committers, and maintainers roughly reflect how we'
<th>Committer</th>
<td>
~5 points in issues
<br />

~5 points in pull requests
<br />

~15 points total
<br />2 of 4 consecutive active months
</td>
Expand All @@ -52,15 +52,16 @@ These tiers of contributors, committers, and maintainers roughly reflect how we'
<th>Maintainer</th>
<td>
~10 points in issues
<br />

~10 points in pull requests
<br />

~30 points total
<br />3 of 6 active months
</td>
<td>~20 points</td>
<td>~2 shares / active month</td>
</tr>

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: unrelated?

Suggested change

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this space is evoke with format script. and i fix this, the format ci is failed.

</tbody>
</table>

Expand Down
4 changes: 4 additions & 0 deletions packages/website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,7 @@ h6 {
.markdown a * {
vertical-align: baseline;
}

td > p:last-child {
margin-bottom: 0;
}