Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

42 lines (30 loc) · 1.03 KB

Contributing to demo portfolio website

Thank you for considering contributing to the Finderr Propert Website! We welcome all kinds of contributions that help improve the project.

How to Contribute

1. Fork the Repository

Start by forking the repository to your GitHub account.

  • Click the "Fork" button at the top of the repository page.
  • This will create a copy of the repository in your GitHub account.

2. Clone the Repository

Once you've forked the repository, clone it to your local machine.

git https://github.com/yourusername/A-Demo-Portfolio-Website-React.git

3. Navigate to the Project Directory

cd A-Demo-Portfolio-Website-React

4.Create a Branch

git checkout -b your-branch-name

5.Make Your Changes

Make the necessary changes to the codebase. Be sure to follow these guidelines: Write clean, readable code. Test your changes thoroughly. Stick to the project's style and format.

6. Commit Your Changes

git add .
git commit -m "Your descriptive commit message"