====================== Contribution Guide ====================== Thank you for considering contributing to **InfinityFit**! We welcome developers of all skill levels to help improve our platform. ---------------------- How to Contribute ================= 1. **Fork the Repository** - Fork the [InfinityFit GitHub repository](https://github.com/lyeong1010/InfinityFit). 2. **Clone Your Fork** - Clone your fork locally: ``` git clone https://github.com/your-username/InfinityFit.git ``` 3. **Create a New Branch** - Use a descriptive name for your branch: ``` git checkout -b feature/your-feature-name ``` 4. **Implement Your Changes** - Make your changes in the appropriate files. Be sure to follow the project's coding standards. 5. **Test Your Changes** - Run the application locally to verify that your changes work as expected. 6. **Submit a Pull Request** - Push your branch to your forked repository: ``` git push origin feature/your-feature-name ``` - Open a Pull Request (PR) in the main repository. ---------------------- Reporting Issues ================ If you encounter a bug or have suggestions, please open an issue on GitHub: 👉 [InfinityFit GitHub Issues](https://github.com/lyeong1010/InfinityFit/issues) ----------------------