Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 539 Bytes

File metadata and controls

33 lines (21 loc) · 539 Bytes

Contributing

Thank you for your interest in contributing.

How to Contribute

  1. Fork this repository.

  2. Create a new branch:

git checkout -b feature/my-improvement
  1. Make your changes and commit:
git commit -m "feat: add X"
  1. Push to your fork:
git push origin feature/my-improvement
  1. Open a Pull Request.

Guidelines

  • Keep Pull Requests focused and concise.
  • Follow the existing code style.
  • The project's scope is intentionally narrow—avoid unrelated features or changes.