CONTRIBUTING.md (734B)
1 # Contributing to WhatsApp Logger 2 3 Thank you for your interest in contributing. 4 5 ## How to Contribute 6 7 1. Fork the repository. 8 2. Create a new branch for your feature or fix. 9 3. Commit your changes. 10 4. Push to your fork and submit a Pull Request. 11 12 ## Reporting Bugs 13 14 If you encounter an issue that is not a security vulnerability, please open an Issue on GitHub or email mail@amit.is-a.dev. 15 16 ## Guidelines 17 18 - **No Logging of Data:** Do not submit code that adds `console.log` or print statements revealing message content, phone numbers, or user data. Pull Requests containing such logs will be rejected to protect user privacy. 19 - **Clean Code:** Ensure your code is readable and commented where necessary.