-
Notifications
You must be signed in to change notification settings - Fork 2
feat: add links and guidelines for contributing #75
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughA new CONTRIBUTING.md file was introduced to guide contributors, and a "Contribute" section was added to the README. The footer component was updated to display a horizontal layout with an additional call-to-action link inviting users to contribute, including a direct link to the GitHub repository. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Footer
participant GitHub
User->>Footer: View footer section
Footer-->>User: Display attribution and "Want to contribute?" link
User->>Footer: Click "Want to contribute?" link
Footer->>GitHub: Redirect to repository page
Estimated code review effort🎯 2 (Simple) | ⏱️ ~7 minutes Assessment against linked issues
Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
CONTRIBUTING.md
(1 hunks)README.md
(1 hunks)src/components/modules/footer.tsx
(1 hunks)
🔇 Additional comments (2)
CONTRIBUTING.md (1)
1-21
: LGTM! Clear and comprehensive contribution guide.The CONTRIBUTING.md file provides excellent guidance for new contributors with clear step-by-step instructions and appropriate Git command examples. The structure and content align perfectly with the PR objectives.
src/components/modules/footer.tsx (1)
39-57
: LGTM! Well-structured footer enhancement.The refactoring from a single vertical layout to a horizontal layout with two distinct sections is well-implemented. The code follows React/Next.js best practices, uses consistent Radix UI components, and the new contribution call-to-action effectively supports the PR objectives of encouraging community involvement.
Co-authored-by: Naïm <[email protected]>
Co-authored-by: Naïm <[email protected]>
close #44
Standard contributing guidelines, let me know if you want to improve
Summary by CodeRabbit
New Features
Documentation