Thank you for your interest in contributing.
-
Fork this repository.
-
Create a new branch:
git checkout -b feature/my-improvement- Make your changes and commit:
git commit -m "feat: add X"- Push to your fork:
git push origin feature/my-improvement- Open a Pull Request.
- Keep Pull Requests focused and concise.
- Follow the existing code style.
- The project's scope is intentionally narrow—avoid unrelated features or changes.