Skip to content

Latest commit

 

History

History
85 lines (43 loc) · 1.49 KB

File metadata and controls

85 lines (43 loc) · 1.49 KB

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

  1. Fork the repository
  2. Create a new branch

git checkout -b

  1. Make your changes
  2. Stage your changes

git add

  1. Commit your work

git commit -m "Describe your update here"

  1. Push your branch

git push origin

  1. 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.