Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.33 KB

File metadata and controls

23 lines (13 loc) · 1.33 KB

Contributing

Thank you for contributing to Liwan. For small fixes, you can open a pull request directly. For larger changes, including new features and public API changes, open an issue first to discuss the approach.

Pull requests should target the main branch. If you submit a pull request from a fork, allow maintainers to edit the branch.

All contributors must follow the Code of Conduct.

AI-assisted contributions

You may use AI tools to help develop a contribution, but:

  • Write issue and pull request descriptions yourself. Do not submit AI-generated issue or pull request text.
  • Understand and review all code that you submit. You are responsible for its behavior and quality.
  • Keep the change focused on the issue. Do not include unrelated generated changes or refactors.

Commits

Use Conventional Commits when practical. Pull requests are squash-merged, so the pull request title is more important than individual commit messages.

Licensing

Unless you explicitly state otherwise, contributions are licensed under the repository's MIT and Apache-2.0 licenses.