Welcome! We appreciate your interest in contributing to the PerfectFit.ai project. Follow the steps below to make your contribution:
-
Bug Reports: If you find a bug, open an issue.
-
Feature Requests: Suggest new features or improvements by opening a feature request issue.
-
Code Contributions: Submit a pull request for bug fixes or new features.
-
Documentation: Help improve documentation by fixing errors or adding content.
Follow these steps for contributions:
-
Fork the Repository: Click the "Fork" button on GitHub to create your copy.
-
Clone Your Fork:
git clone https://github.com/SusheelThapa/PerfectFit.ai.git
-
Create a Branch:
git checkout -b your-branch-name
-
Make Changes: Implement your changes.
-
Commit Your Changes:
git commit -m "Description of your changes"
-
Push Your Changes:
git push -u origin your-branch-name
-
Create a Pull Request: Submit your changes for review.
-
Follow the coding style used in the project.
-
Document your contributions.
-
Test your changes.
-
Respect the existing codebase.
-
Be open to feedback.
Read and adhere to our Code of Conduct.
This project is licensed under the MIT License.