Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

34 lines (20 loc) · 1.21 KB

Contributing to tkchart

Thank you for considering contributing to tkchart! Please follow these guidelines to contribute effectively.

Getting Started

  1. Fork the repository.
  2. Clone your forked repository: git clone https://github.com/Thisal-D/tkchart.git
  3. Create a new branch for your changes: git checkout -b feature-branch

Making Changes

  1. Make your changes and ensure they follow the project's coding standards.
  2. Test your changes locally.
  3. Commit your changes: git commit -m "Brief description of your changes"

Submitting Changes

  1. Push your changes to your forked repository: git push origin feature-branch
  2. Create a pull request on the main repository.

Code of Conduct

Please adhere to the Code of Conduct to maintain a respectful and inclusive community.

Issues and Discussions

If you encounter issues or have questions, please check the issue tracker or start a discussion in the GitHub Discussions section.

License

By contributing, you agree that your contributions will be licensed under the project's LICENSE.

Thank you for your contribution!