Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 1.08 KB

Contributing to LightCC

We welcome contributions to LightCC! Here are some guidelines to follow when contributing:

Reporting Issues

If you encounter a bug or an issue with LightCC, please open an issue on our GitHub repository with a clear description of the problem, along with any relevant error messages or code snippets.

Feature Requests

If you have an idea for a new feature or enhancement, please open an issue on our GitHub repository with a clear description of the proposed feature or enhancement.

Pull Requests

We welcome pull requests for bug fixes, new features, and enhancements. Before submitting a pull request, please make sure to:

  • Fork the repository and create a new branch for your changes
  • Write clear and concise commit messages
  • Follow the PEP 8 style guide for Python code
  • Include documentation and tests for your changes

We will review your pull request as soon as possible and provide feedback. Once your pull request is accepted, we will merge it into the main branch and include it in the next release of LightCC.

Thank you for your contributions to LightCC!