Thank you for considering contributing to tkchart! Please follow these guidelines to contribute effectively.
- Fork the repository.
- Clone your forked repository:
git clone https://github.com/Thisal-D/tkchart.git
- Create a new branch for your changes:
git checkout -b feature-branch
- Make your changes and ensure they follow the project's coding standards.
- Test your changes locally.
- Commit your changes:
git commit -m "Brief description of your changes"
- Push your changes to your forked repository:
git push origin feature-branch
- Create a pull request on the main repository.
Please adhere to the Code of Conduct to maintain a respectful and inclusive community.
If you encounter issues or have questions, please check the issue tracker or start a discussion in the GitHub Discussions section.
By contributing, you agree that your contributions will be licensed under the project's LICENSE.
Thank you for your contribution!