Contributing Guidelines
Thank you for your interest in contributing to Cloning a Figma Wireframe to Frontend! Every improvement—layout accuracy, design fidelity, documentation—is appreciated.
Please read the guidelines below before contributing.
How to Contribute
- Fork the repository
- Create a new branch
git checkout -b
- Make your changes
- Stage your changes
git add
- Commit your work
git commit -m "Describe your update here"
- Push your branch
git push origin
- Open a Pull Request
A good PR includes:
A short, clear title
Explanation of what changed and why
Screenshots comparing Figma vs. actual implementation
Pull Request Rules
To ensure design consistency:
Always create and link an Issue before submitting a PR
Follow the Figma wireframe as the source of truth
Ensure responsiveness on all major screen sizes
Maintain spacing, typography, and color consistency
Avoid unnecessary dependencies
Document any new components
Issue Guidelines
Before creating an issue:
Check if it already exists
Provide clear screenshots of the problem
Explain expected vs. actual behavior
Suggest improvements if possible
Testing Your Changes
Before submitting a PR:
Match design with Figma reference
Verify responsiveness
Ensure no console errors
Keep component structure organized
Code of Conduct
Be respectful, constructive, and supportive. If you need help or clarification, feel free to open an issue.