Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 972 Bytes

CONTRIBUTING.md

File metadata and controls

41 lines (25 loc) · 972 Bytes

If you would like to contribute to this project, please follow these guidelines:

Setup

  1. Fork the repository on GitHub.

  2. Clone your forked repository locally:

    git clone https://github.com/yourusername/LT-Website--main.git
  3. Create a new branch for your feature or bug fix:

    git checkout -b feature/your-feature-name
  4. Make your changes and commit them:

    git commit -m "Add your commit message here"
  5. Push your changes to your fork on GitHub:

    git push origin feature/your-feature-name
  6. Create a pull request from your fork to the original repository.

  7. If you have any questions, feel free to ask us by creating an issue.

Terms and Conditions

Please read our Terms and Conditions before contributing to this project.

Code of Conduct

Please read our Code of Conduct before contributing to this project.