Contribution Guide¶
Thank you for considering contributing to InfinityFit! We welcome developers of all skill levels to help improve our platform.
How to Contribute¶
Fork the Repository - Fork the [InfinityFit GitHub repository](https://github.com/lyeong1010/InfinityFit).
Clone Your Fork - Clone your fork locally:
` git clone https://github.com/your-username/InfinityFit.git `Create a New Branch - Use a descriptive name for your branch:
` git checkout -b feature/your-feature-name `Implement Your Changes - Make your changes in the appropriate files. Be sure to follow the project’s coding standards.
Test Your Changes - Run the application locally to verify that your changes work as expected.
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)