Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.12 KB

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 1.12 KB

Contributing to DendroDocs

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.

How to Contribute

  1. Fork the repository: Click the "Fork" button at the top of the repository.
  2. Clone your fork: git clone https://github.com/your-username/DendroDocs.git
  3. Create a branch: git checkout -b feature/your-feature-name
  4. Make your changes: Implement your feature or fix.
  5. Commit your changes: git commit -m "Description of your changes"
  6. Push to your branch: git push origin feature/your-feature-name
  7. Create a pull request: Open a pull request against the main branch of the original repository.

Reporting Issues

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.

Code Style

Please follow the code style guidelines specified in the respective repositories.

License

By contributing, you agree that your contributions will be licensed under the MIT License.