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

Create Checklist and RadioItems labels with titles #3068

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

giladmaya
Copy link

@giladmaya giladmaya commented Nov 8, 2024

This PR fixes #1847 and adds a title to the Checklist and RadioItems options

Contributor Checklist

  • I have broken down my PR scope into the following TODO tasks
    • Propagate title to label
    • Implement integration tests
  • I have run the tests locally and they passed. (refer to testing section in contributing)
  • I have added tests, or extended existing tests, to cover any new features or bugs fixed in this PR

@giladmaya giladmaya force-pushed the add-title-to-checklist-and-radioitem branch 2 times, most recently from 5b5a6ca to d5a97fb Compare November 8, 2024 22:18
@giladmaya giladmaya marked this pull request as ready for review November 9, 2024 10:28
@gvwilson gvwilson added feature something new P1 needed for current cycle community community contribution labels Nov 11, 2024
Copy link
Contributor

@T4rk1n T4rk1n left a comment

Choose a reason for hiding this comment

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

Looks good, just a few non blocking comments on the test refactor and missing a changelog entry.

@giladmaya giladmaya force-pushed the add-title-to-checklist-and-radioitem branch 4 times, most recently from e26d190 to 538a495 Compare November 20, 2024 22:47
@giladmaya giladmaya force-pushed the add-title-to-checklist-and-radioitem branch from 46e2d0c to 14c8a23 Compare November 21, 2024 05:47
@giladmaya
Copy link
Author

Looks good, just a few non blocking comments on the test refactor and missing a changelog entry.

I've addressed all your comments and pushed the changes.
The tests fail as a result of an issue (unrelated to my suggested changes) with Google Chrome installation.

Can you please re-review? Thank you

Copy link
Contributor

@T4rk1n T4rk1n left a comment

Choose a reason for hiding this comment

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

💃 Looks good 🎉

The failing test is unrelated, I'll fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community community contribution feature something new P1 needed for current cycle
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow setting the title property of the label surrounding the RadioItem and Checklist choices.
3 participants