-
Notifications
You must be signed in to change notification settings - Fork 151
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
Fix: next image issue #790
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughThe changes made are primarily focused on enhancing the commit message validation in the husky configuration and adjusting the dimensions of an image in a React component. The commit message validation is now handled by commitlint, and the image size has been set to 20 pixels. Changes
Poem
Validation against linked GitHub Issue (Beta)Assessment
TipsChat with CodeRabbit Bot (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job, ololade2002! 🎉 Thank you for submitting your first pull request to 4C. Your contribution is valuable and we appreciate your efforts to improve our project. We'll review your changes and provide feedback as soon as possible. Keep up the great work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files ignored due to filter (1)
- yarn.lock
Files selected for processing (2)
- .husky/commit-msg (1 hunks)
- src/components/GetActivities.js (1 hunks)
Files skipped from review due to trivial changes (1)
- src/components/GetActivities.js
Additional comments: 1
.husky/commit-msg (1)
- 1-4: The changes in this file enable the husky pre-commit hook and add commitlint to check the commit messages. This is a good practice as it ensures that all commit messages follow a standard format, improving the readability and understanding of the project's history.
LGTM! Great job @ololade2002 |
🎉 This PR is included in version 0.21.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Resolves #789
I fixed the next image issue. It had to do with the height and width issue and i also ran into an issue with the husky pre commit msg
Summary by CodeRabbit