Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.48 KB

File metadata and controls

41 lines (29 loc) · 1.48 KB

Contributing to TreeTracer

Thank you for considering contributing to TreeTracer! We welcome contributions from everyone. Here are some guidelines to help you get started.

How to Contribute

  1. Fork the repository: Click the "Fork" button at the top right of the repository page.
  2. Clone your fork: Clone your forked repository to your local machine.
git clone https://github.com/your-username/TreeTracer.git
  1. Create a branch: Create a new branch for your changes.
git checkout -b my-feature-branch
  1. Make your changes: Make your changes to the codebase.
  2. Commit your changes: Commit your changes with a descriptive commit message.
git commit -m "Add new feature"
  1. Push your changes: Push your changes to your forked repository.
git push origin my-feature-branch
  1. Create a Pull Request: Open a pull request to the main repository. Provide a clear description of your changes.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Reporting Issues

If you find a bug or have a feature request, please report it by opening an issue on the GitHub Issues page.

Getting Help

If you need help, feel free to ask questions by opening an issue or reaching out to the community.

Thank you for your contributions!