commit 56d5c7780cdeb65423b6ae22ef1047f96ca71713 parent 4974ecf1e6b2b0f6dcc512aeef1666e7b9a1f61b Author: Amit Dutta <mail@amit.is-a.dev> Date: Tue, 25 Aug 2026 06:56:07 +0530 Delete CONTRIBUTING.md Diffstat:
| D | CONTRIBUTING.md | | | 19 | ------------------- |
1 file changed, 0 insertions(+), 19 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -1,19 +0,0 @@ -# Contributing to WhatsApp Logger - -Thank you for your interest in contributing to WhatsApp Logger. - -## How to Contribute - -1. Fork the repository. -2. Create a new branch for your feature or fix. -3. Commit your changes. -4. Push to your fork and submit a Pull Request. - -## Reporting Bugs - -If you encounter an issue that is not a security vulnerability, please open an Issue on GitHub or email mail@amit.is-a.dev. - -## Guidelines - -- **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. -- **Clean Code:** Ensure your code is readable and commented where necessary.