Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.33 KB

CONTRIBUTING.md

File metadata and controls

50 lines (36 loc) · 1.33 KB

Contributing to PrintWatch Card

Thank you for your interest in contributing to PrintWatch Card! 🎉
We welcome bug reports, feature suggestions, and pull requests to improve the project.

🛠 Setting Up for Development

  1. 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
  1. Run in development mode
  npm run watch

📝 Coding Guidelines

  • Follow the existing code style (we use Prettier and ESLint)
  • Write clear, self-documenting code
  • Keep PRs focused on a single change when possible

🐛 Reporting Issues

If you encounter a bug:

  1. Check existing issues to avoid duplicates.
  2. Create a new issue if none exist, including:
  • Steps to reproduce
  • Expected vs. actual behavior
  • Logs or screenshots (if applicable)

🌍 Localization

We support translations! If you’d like to help:

  • Improve existing translations in src/translations/
  • Submit a PR with new translations for missing languages

💡 Feature Requests

Got an idea? Open a GitHub issue using the "Feature Request" template!

🙌 Acknowledgments

Thanks for helping make PrintWatch Card better! If you have questions, feel free to ask in an issue or discussion.