960 B
960 B
Contributing to kv-pix
We welcome contributions to kv-pix!
Getting Started
- Fork the repository.
- Clone your fork:
git clone https://github.com/your-username/kv-pix.git cd kv-pix - Install dependencies:
npm install
Development Flow
- Create a new branch for your feature or fix:
git checkout -b feature/my-new-feature - Make your changes.
- Run linting to ensure code quality:
npm run lint - (Optional) Run build to check for errors:
npm run build
Commit Guidelines
- Use clear and descriptive commit messages.
- Mention relevant issue numbers if applicable.
Pull Requests
- Push your branch to GitHub.
- Open a Pull Request against the
mainbranch. - Describe your changes and why they are needed.
Thank you for contributing!