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

Update README.md with Hacktoberfest banner #7372

Merged
merged 2 commits into from
Oct 1, 2024
Merged

Conversation

Bonapara
Copy link
Member

@Bonapara Bonapara commented Oct 1, 2024

Hacktoberfest banner on readme!

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

PR Summary

This PR adds a Hacktoberfest banner to the README.md file, enhancing visual appeal and promoting participation in the event.

  • Added responsive Hacktoberfest banner image at the top of README.md
  • Banner uses <picture> element for dark/light mode compatibility
  • Link to "oss.gg" added, but URL may need verification
  • Image alt text "Hacktoberfest" added for accessibility
  • Consider adjusting banner size or placement for better integration with existing content

1 file(s) reviewed, 2 comment(s)
Edit PR Review Bot Settings

README.md Outdated
@@ -1,3 +1,12 @@
<p align="center">
<a href="oss.gg">
Copy link
Contributor

Choose a reason for hiding this comment

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

logic: The link 'oss.gg' appears to be incomplete or incorrect. Consider using a full URL or checking if this is the intended destination.

<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/twentyhq/twenty/blob/33be2dbbe14eea00445010ecb9cd53ed603c01d5/packages/twenty-website/public/images/readme/Github%20Read-me%20banner.png">
<source media="(prefers-color-scheme: light)" srcset="https://github.com/twentyhq/twenty/blob/33be2dbbe14eea00445010ecb9cd53ed603c01d5/packages/twenty-website/public/images/readme/Github%20Read-me%20banner.png">
<img src="./packages/twenty-website/public/images/readme/Github%20Read-me%20banner.png" alt="Hacktoberfest" />
Copy link
Contributor

Choose a reason for hiding this comment

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

style: The 'alt' attribute 'Hacktoberfest' doesn't provide enough context. Consider a more descriptive alt text like 'Hacktoberfest banner for Twenty CRM'.

@FelixMalfait FelixMalfait merged commit 43ded02 into main Oct 1, 2024
2 of 3 checks passed
@FelixMalfait FelixMalfait deleted the Bonapara-patch-1 branch October 1, 2024 13:29
harshit078 pushed a commit to harshit078/twenty that referenced this pull request Oct 14, 2024
Hacktoberfest banner on readme!

---------

Co-authored-by: Félix Malfait <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants