-
Fork the repository on GitHub.
-
Clone your forked repository locally:
git clone https://github.com/yourusername/LT-Website--main.git
-
Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
-
Make your changes and commit them:
git commit -m "Add your commit message here"
-
Push your changes to your fork on GitHub:
git push origin feature/your-feature-name
-
Create a pull request from your fork to the original repository.
-
If you have any questions, feel free to ask us by creating an issue.
Please read our Terms and Conditions before contributing to this project.
Please read our Code of Conduct before contributing to this project.