Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 363 Bytes

File metadata and controls

13 lines (10 loc) · 363 Bytes

Contributing

Thanks for wanting to help improve Kevin!

  • Keep secrets out of the repo (.env, keys, logs).
  • Add tests or example snippets in tests/ if you change behaviour.
  • Send a PR and include a short description of the change.

Development workflow

  1. Create a feature branch
  2. Make changes, run tests
  3. Open a Pull Request against main