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 submission form #746

Merged
merged 5 commits into from
Jul 11, 2024
Merged

Update submission form #746

merged 5 commits into from
Jul 11, 2024

Conversation

frankharkins
Copy link
Member

Summary

Updates the submission form with some of the feedback from design. We can't currently update the links as the new ones don't exist, and the "group" / "labels" attributes will need to stay until the current page is removed. Otherwise, all comments are addressed.

frankharkins and others added 3 commits July 11, 2024 13:01
Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
Comment on lines 75 to 79
if len(repo.description) > 135:
raise AssertionError(
f'Description for "{repo.name}" is too long!\n'
f"Rephrase to under 135 characters (currently {len(repo.description)} characters)"
)
Copy link
Member Author

Choose a reason for hiding this comment

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

I didn't use self.assertLessEqual here so I could provide a more helpful error message.

@frankharkins frankharkins enabled auto-merge (squash) July 11, 2024 13:02
@frankharkins frankharkins merged commit c51e361 into main Jul 11, 2024
4 checks passed
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.

None yet

2 participants