Skip to content

🎨 fix(newsletter): Remove unnecessary data attributes from newsletter…#97

Open
ludovicobesana wants to merge 1 commit intomainfrom
13-cuj04-broken-image-in-newsletter-section
Open

🎨 fix(newsletter): Remove unnecessary data attributes from newsletter…#97
ludovicobesana wants to merge 1 commit intomainfrom
13-cuj04-broken-image-in-newsletter-section

Conversation

@ludovicobesana
Copy link
Copy Markdown
Collaborator

Close #13

@ludovicobesana ludovicobesana linked an issue Apr 22, 2026 that may be closed by this pull request
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 22, 2026

Deploy Preview for rubycon ready!

Name Link
🔨 Latest commit e9ca60c
🔍 Latest deploy log https://app.netlify.com/projects/rubycon/deploys/69e946d2e9d9400008177396
😎 Deploy Preview https://deploy-preview-97--rubycon.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request removes the data-sv-form and data-uid attributes from the newsletter subscription form in rubycon.it/_includes/newsletter.html. The review feedback correctly points out that the PR is missing mandatory updates to the site_version in _config.yml and the CHANGELOG.md, as required by the repository's style guide for every file change.

Stay in the loop
</h3>
<form action="https://app.convertkit.com/forms/8a5a8f8636/subscriptions" method="post" data-sv-form="8a5a8f8636" data-uid="8a5a8f8636" class="flex items-center gap-4 w-full h-[40px]" style="max-width: 448px;">
<form action="https://app.convertkit.com/forms/8a5a8f8636/subscriptions" method="post" class="flex items-center gap-4 w-full h-[40px]" style="max-width: 448px;">
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

According to the repository style guide (lines 50 and 78), any change to a file requires updating the site_version in rubycon.it/_config.yml and adding a corresponding entry to CHANGELOG.md. Please ensure these updates are included in this pull request to maintain consistency with the project's versioning and documentation standards.

References
  1. Requirement to update site_version in _config.yml and CHANGELOG.md for every file change. (link)

@palladius
Copy link
Copy Markdown
Owner

per me va bene -> Ma chiederei a @emilianodellacasa di approvare. LGTM

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.

[CUJ04] Broken image in newsletter section

2 participants