Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 466 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 466 Bytes

Contributing

We welcome contributions to Koi! If you'd like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/YourFeature).
  3. Make your changes and commit them (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Open a Pull Request.

Please ensure that your code adheres to the existing style and includes appropriate tests where applicable.