Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.5 KB

File metadata and controls

40 lines (26 loc) · 1.5 KB

Contributing to CC-Toolkit

Thank you for considering contributing to CC-Toolkit! By contributing, you help improve the library and make it more valuable for the community.

How to Contribute

  1. Fork the Repository: Click on the "Fork" button at the top right of the CC-Toolkit repository to create your copy of the repository.

  2. Clone Your Fork: Clone your forked repository to your local machine:

Create a Branch: Create a new branch for your contribution:

Make Changes: Implement your changes or add new features. Ensure your changes adhere to the project's coding guidelines.

Test Your Changes: Test your changes thoroughly to ensure they work as expected.

Commit Changes: Commit your changes with a clear and concise commit message:

Push Changes: Push your changes to your fork on GitHub:

Create a Pull Request: Open a pull request (PR) on the CC-Toolkit repository. Provide a clear description of your changes and reference any relevant issues.

Code of Conduct Please note that this project follows the Code of Conduct. By participating, you are expected to uphold this code.

Issues and Bug Reports If you find a bug or want to suggest an improvement, please open an issue on the issue tracker. Clearly describe the problem or enhancement, and provide any relevant information or context.

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

Thank you for contributing to CC-Toolkit! 🚀