Thank you for considering contributing to DendroDocs! We welcome contributions from everyone. By participating in this project, you agree to abide by our Code of Conduct.
- Fork the repository: Click the "Fork" button at the top of the repository.
- Clone your fork:
git clone https://github.com/your-username/DendroDocs.git
- Create a branch:
git checkout -b feature/your-feature-name
- Make your changes: Implement your feature or fix.
- Commit your changes:
git commit -m "Description of your changes"
- Push to your branch:
git push origin feature/your-feature-name
- Create a pull request: Open a pull request against the
main
branch of the original repository.
If you find a bug or have a feature request, please open an issue in the appropriate repository and provide as much detail as possible.
Please follow the code style guidelines specified in the respective repositories.
By contributing, you agree that your contributions will be licensed under the MIT License.