Thank you for your interest in contributing to PrintWatch Card! 🎉
We welcome bug reports, feature suggestions, and pull requests to improve the project.
- Fork the repository and clone it to your local machine:
git clone https://github.com/yourusername/printwatch-card.git cd printwatch-card
2. **Install dependencies**
```sh
npm install
- Run in development mode
npm run watch
- Follow the existing code style (we use Prettier and ESLint)
- Write clear, self-documenting code
- Keep PRs focused on a single change when possible
If you encounter a bug:
- Check existing issues to avoid duplicates.
- Create a new issue if none exist, including:
- Steps to reproduce
- Expected vs. actual behavior
- Logs or screenshots (if applicable)
We support translations! If you’d like to help:
- Improve existing translations in src/translations/
- Submit a PR with new translations for missing languages
Got an idea? Open a GitHub issue using the "Feature Request" template!
Thanks for helping make PrintWatch Card better! If you have questions, feel free to ask in an issue or discussion.