Thank you for considering contributing to the Apple MLX Tutorials project owned by Isuru Alagiyawanna. By participating in this project, you agree to abide by the following guidelines.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.
We welcome contributions from the community! To contribute to the Apple MLX Tutorials, follow these steps:
-
Fork the Repository:
- Fork the repository to your GitHub account.
-
Clone Your Fork:
- Clone the forked repository to your local machine.
git clone https://github.com/your-username/apple-mlx-tutorials.git
- Clone the forked repository to your local machine.
-
Create a Branch:
- Create a new branch for your contribution.
git checkout -b feature-branch
- Create a new branch for your contribution.
-
Make Changes:
- Make your changes, ensuring they adhere to the coding standards.
-
Commit Changes:
- Commit your changes with a clear and descriptive commit message.
git add . git commit -m "Your descriptive commit message"
- Commit your changes with a clear and descriptive commit message.
-
Push Changes:
- Push your changes to your fork on GitHub.
git push origin feature-branch
- Push your changes to your fork on GitHub.
-
Create a Pull Request:
- Open a pull request on the original repository.
- Provide a detailed description of your changes.
-
Code Review:
- Expect feedback and be responsive to it.
- Make any necessary changes as suggested.
-
Merge:
- After approval, your pull request will be merged into the main project.
If you encounter any issues or have suggestions, please open an issue on the issue tracker.
Please follow our style guide when contributing code.
By contributing to the Apple MLX Tutorials, you agree that your contributions will be licensed under the LICENSE file.
If you have any questions or need further clarification, feel free to reach out to the project owner, Isuru Alagiyawanna, at [[email protected]].