Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 587 Bytes

File metadata and controls

23 lines (16 loc) · 587 Bytes

Contributing to hello-auditkit / 参与贡献 hello-auditkit

Thanks for contributing! / 欢迎贡献!

Docs / 文档

  • README (EN): README.md
  • README (中文): README_CN.md
  • Skill spec: SKILL.md
  • License: LICENSE

How to contribute / 如何贡献

  1. Fork this repo
  2. Create a branch: git checkout -b feat/your-change
  3. Make changes (keep formatting consistent)
  4. Run any relevant scripts/tests (if present)
  5. Commit with Conventional Commits
  6. Open a Pull Request

Commit message / 提交信息

See COMMIT_MESSAGE.md for a bilingual commit template.