Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@


# Contributing to FitPhysique 🏋️‍♂️

We welcome all contributors to help improve FitPhysique! Whether you're fixing bugs, implementing new features, or optimizing the user experience, your contributions make a difference.

## How to Contribute

### 1. Fork the Repository
- Click on the "Fork" button at the top of this repository.
- Clone your forked repository to your local machine.
```bash
git clone https://github.com/your-username/FitPhysique.git
```

### 2. Create a New Branch
- Before making changes, create a new branch:
```bash
git checkout -b feature/your-feature-name
```

### 3. Develop and Test
- Make your changes using HTML, CSS, and JavaScript.
- Test your changes across different browsers to ensure compatibility.

### 4. Commit Your Changes
- Once you're satisfied, commit your changes:
```bash
git add .
git commit -m "Add feature: your feature description"
```

### 5. Push to Your Fork
- Push the changes to your forked repository:
```bash
git push origin feature/your-feature-name
```

### 6. Open a Pull Request
- Submit a pull request (PR) from your branch to the main repository.
- Include a clear description of your changes and any relevant details.

### 7. Review and Collaborate
- Engage with the community by reviewing other PRs and discussing ideas in issues.

Thank you for contributing to FitPhysique! 💪