The TDAV Guidebook
Site Icon

The TDAV Guidebook

Developers

We appreciate your interest in contributing to our project! Your contributions help keep our content up-to-date and relevant for everyone. Here's how you can contribute:

How to Contribute

1. Fork the Repository

To start contributing, first, you need to fork the repository to create your own copy where you can make changes:

2. Clone Your Fork

Clone your forked repository to your local machine to begin working on it:

git clone https://github.com/your-username/your-repository-link.git

3. Make Changes

Navigate to the directory of the cloned repository and make the necessary changes:

4. Commit and Push Changes

Once you have made your changes, commit and push them to your forked repository:

git add .
git commit -m "Describe your changes here"
git push origin main

5. Create a Pull Request

To propose your changes to the main repository, create a pull request:

Requesting Permission

Before making major changes or significant additions, please:

Guidelines

Thank you for contributing to our project!